Skip to content

Commit

Permalink
restore previous substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Dec 10, 2024
1 parent 53ff162 commit 8916f79
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 @@ -370,7 +370,7 @@ check_selection <- function(selector, result, arg, call = caller_env()) {
c(
"!" = "{.arg {arg}} must select at least one column.",
"x" = "Selector {.code {as_label(selector)}} did not match any columns \\
in {.arg {arg}}."
in {.arg .data}."
),
call = caller_env()
)
Expand Down

0 comments on commit 8916f79

Please sign in to comment.