Skip to content

Commit 3bbf6a2

Browse files
re-title Rd
1 parent dc528d7 commit 3bbf6a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/consecutive_mutate_linter.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Force consecutive calls to mutate() into just one when possible
1+
#' Require consecutive calls to mutate() to be combined when possible
22
#'
33
#' `dplyr::mutate()` accepts any number of columns, so sequences like
44
#' `DF %>% dplyr::mutate(..1) %>% dplyr::mutate(..2)` are redundant --

man/consecutive_mutate_linter.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)