Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix grammar in warning about bare predicates #349

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

matthewjnield
Copy link
Contributor

When a predicate function is used in select() to select columns for which a function returns TRUE, a warning appears, saying: "Please use wrap predicates in where() instead.", which is grammatically incorrect.

To correct the warning's grammar, this commit changes the warning to say: "Please use where() to wrap predicate functions instead."

When a predicate function is used in `select()` to select columns for which a function returns `TRUE`, a warning appears, saying:
"Please use wrap predicates in `where()` instead.", which is grammatically incorrect.

To correct the warning's grammar, this commit changes the warning to say:
"Please use `where()` to wrap predicate functions instead."
@lionel- lionel- merged commit 42f32e7 into r-lib:main Oct 22, 2024
12 checks passed
@lionel-
Copy link
Member

lionel- commented Oct 22, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants