From 663d7f07140b45d5d3a256465728d9d5c35b9455 Mon Sep 17 00:00:00 2001 From: Rodrigo Dal Ben <41629567+RodDalBen@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:01:13 -0700 Subject: [PATCH] Fix typo in cumulative function docs (#7068) --- R/funs.R | 2 +- man/cumall.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/funs.R b/R/funs.R index be88b4eb3e..0610b04b51 100644 --- a/R/funs.R +++ b/R/funs.R @@ -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. diff --git a/man/cumall.Rd b/man/cumall.Rd index 56237a2c0d..94ea30a5cb 100644 --- a/man/cumall.Rd +++ b/man/cumall.Rd @@ -4,7 +4,7 @@ \alias{cumall} \alias{cumany} \alias{cummean} -\title{Cumulativate versions of any, all, and mean} +\title{Cumulative versions of any, all, and mean} \usage{ cumall(x)