From 1975ef29bcc6303d693217176eaa2982201f5c1f Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Thu, 3 Oct 2024 21:15:26 -0400 Subject: [PATCH] Update text_transform.R --- R/text_transform.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/text_transform.R b/R/text_transform.R index 15fab6c084..dc8967eb54 100644 --- a/R/text_transform.R +++ b/R/text_transform.R @@ -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(...)