Skip to content

Commit

Permalink
Align indirection title to tidyselect doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Oct 29, 2024
1 parent 55453da commit 38eb82d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/doc-data-masking.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' instead of `diamonds[diamonds$x == 0 & diamonds$y == 0 & diamonds$z == 0, ]`.
#'
#'
#' # Indirection
#' # Indirection in wrapper functions
#'
#' The main challenge of data masking arises when you introduce some
#' indirection, i.e. instead of directly typing the name of a variable you
Expand Down
2 changes: 1 addition & 1 deletion man/args_data_masking.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38eb82d

Please sign in to comment.