Skip to content

Commit

Permalink
Update R/standalone-types-check.R
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Aug 15, 2024
1 parent 2b18035 commit 51f55da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/standalone-types-check.R
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ check_character <- function(x,
}

what <- "a character vector"
if (min_length > 0) {
if (min_length > 1) {
what <- paste0(what, "of length greater or equal to", min_length)
}

Expand Down

0 comments on commit 51f55da

Please sign in to comment.