Skip to content

Commit

Permalink
Fix typo in cumulative function docs tidyverse#7062
Browse files Browse the repository at this point in the history
  • Loading branch information
RodDalBen committed Aug 15, 2024
1 parent cdc9919 commit cc6d981
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit cc6d981

Please # to comment.