Skip to content

Commit

Permalink
Fix typo in cumulative function docs (#7068)
Browse files Browse the repository at this point in the history
  • Loading branch information
RodDalBen authored Aug 15, 2024
1 parent cdc9919 commit 663d7f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/funs.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ between <- function(x, left, right) {
left & right
}

#' Cumulativate versions of any, all, and mean
#' Cumulative versions of any, all, and mean
#'
#' dplyr provides `cumall()`, `cumany()`, and `cummean()` to complete R's set
#' of cumulative functions.
Expand Down
2 changes: 1 addition & 1 deletion man/cumall.Rd

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

0 comments on commit 663d7f0

Please sign in to comment.