Skip to content

Commit

Permalink
Fix param name (#5415)
Browse files Browse the repository at this point in the history
* Fix small typo
  • Loading branch information
salim-b committed Jul 31, 2020
1 parent 4425237 commit 76779fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/arrange.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 5,7 @@
#' columns.
#'
#' Unlike other dplyr verbs, `arrange()` largely ignores grouping; you
#' need to explicitly mention grouping variables (or use `by_group = TRUE`)
#' need to explicitly mention grouping variables (or use `.by_group = TRUE`)
#' in order to group by them, and functions of variables are evaluated
#' once per data frame, not once per group.
#'
Expand Down
2 changes: 1 addition & 1 deletion man/arrange.Rd

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

0 comments on commit 76779fb

Please sign in to comment.