Skip to content

Commit

Permalink
Update text_transform.R
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Oct 4, 2024
1 parent 8b032cb commit 1975ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/text_transform.R
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ text_case_match <- function(
stop_if_not_gt_tbl(data = .data)

# Ensure that arguments are matched
.replace <- rlang::arg_match(.replace)
.replace <- rlang::arg_match0(.replace, values = c("all", "partial"))

x_list <- list(...)

Expand Down

0 comments on commit 1975ef2

Please sign in to comment.