From 83aaa86397b055de564db6cd064fe0648031e7d5 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Sat, 27 Apr 2024 13:21:28 -0400 Subject: [PATCH] chore: #444 typo (#445) * chore: #444 typo * chore: #444 tweaking for the lintr life --- R/assertions.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/assertions.R b/R/assertions.R index 69d4f6d6..63ae6e69 100644 --- a/R/assertions.R +++ b/R/assertions.R @@ -714,7 +714,8 @@ assert_numeric_vector <- function(arg, if (!is.numeric(arg)) { cli_abort( message = message %||% - "Argument {.arg {arg_name}} must be a numeric vector, but it {.obj_type_friendly {arg}}.", + "Argument {.arg {arg_name}} must be a numeric vector, but it is + {.obj_type_friendly {arg}}.", class = c(class, "assert-admiraldev"), call = call )