Skip to content

Commit

Permalink
Update R/utils.R
Browse files Browse the repository at this point in the history
Co-authored-by: Brenton M. Wiernik <bwiernik@users.noreply.github.com>
  • Loading branch information
strengejacke and bwiernik authored Oct 18, 2024
1 parent 732f909 commit 3738931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
if (is.null(suggestion) || !length(suggestion) || !nzchar(suggestion)) {
msg <- paste(msg, "Please use one of the following options:")
} else {
msg <- paste(msg, suggestion, "Else, use one of the following options:")
msg <- paste(msg, suggestion, "Otherwise, use one of the following options:")
}
msg <- paste(msg, datawizard::text_concatenate(options, last = " or ", enclose = "\""))
insight::format_error(msg)
Expand Down

0 comments on commit 3738931

Please sign in to comment.