Skip to content

Commit

Permalink
re-title Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Nov 20, 2023
1 parent dc528d7 commit 3bbf6a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/consecutive_mutate_linter.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Force consecutive calls to mutate() into just one when possible
#' Require consecutive calls to mutate() to be combined when possible
#'
#' `dplyr::mutate()` accepts any number of columns, so sequences like
#' `DF %>% dplyr::mutate(..1) %>% dplyr::mutate(..2)` are redundant --
Expand Down
2 changes: 1 addition & 1 deletion man/consecutive_mutate_linter.Rd

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

0 comments on commit 3bbf6a2

Please sign in to comment.