Skip to content

Commit

Permalink
Fix typo in argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
elipousson committed Aug 11, 2024
1 parent 15f9bf9 commit a7c7405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sp_list_item.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ list_sp_list_items <- function(list_name = NULL,
nm[values_i[!is.na(values_i)]] <- values[!is.na(values_i)]

# Repair names since display names may not be unique
.set_as_names(sp_list_items, nm, name_repair = name_repair)
.set_as_names(sp_list_items, nm, repair = name_repair)
}

#' Pull a vector of display names named with corresponding column names
Expand Down

0 comments on commit a7c7405

Please sign in to comment.