Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hannah Frick <[email protected]>
  • Loading branch information
EmilHvitfeldt and hfrick authored Sep 23, 2024
1 parent 756a4af commit 331ac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ check_new_data <- function(req, object, new_data) {
step_id <- object$id
cli::cli_abort(
"The following required {cli::qty(col_diff)} column{?s} {?is/are} missing
from `new_data`: {col_diff}.",
from {.arg new_data}: {col_diff}.",
call = rlang::call2(step_cls)
)
}
Expand Down

0 comments on commit 331ac1d

Please sign in to comment.