From d1dafff81a8f6c506f0a6d6b51d3c9e886412e71 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 28 Nov 2024 16:46:08 +0100 Subject: [PATCH] Update R/utils.R Co-authored-by: Etienne Bacher <52219252+etiennebacher@users.noreply.github.com> --- R/utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/utils.R b/R/utils.R index c822f3b63..d64538e52 100644 --- a/R/utils.R +++ b/R/utils.R @@ -47,7 +47,7 @@ } -#' Checks data framesfor syntactically valid column names +#' Checks dataframes for syntactically valid column names #' Argument "action" can be "warning", "error", or "message". #' #' @keywords internal