From c9e5a9c8cf19e8ace16bdc624182656dfc21da14 Mon Sep 17 00:00:00 2001 From: Tomasz Kalinowski Date: Wed, 4 Sep 2024 18:06:37 -0400 Subject: [PATCH] fix accidental knitr inline code chunk --- R/ops.R | 2 +- man/op_associative_scan.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/ops.R b/R/ops.R index 1246c0a19..781d6d183 100644 --- a/R/ops.R +++ b/R/ops.R @@ -3588,7 +3588,7 @@ function (x, dtype = NULL) #' #' @param f #' A callable implementing an associative binary operation with -#' signature `r = f(a, b)`. Function `f` must be associative, i.e., +#' signature ` r = f(a, b)`. Function `f` must be associative, i.e., #' it must satisfy the equation #' `f(a, f(b, c)) == f(f(a, b), c)`. #' The inputs and result are (possibly nested tree structures diff --git a/man/op_associative_scan.Rd b/man/op_associative_scan.Rd index 32c132ffb..1e40cf6b1 100644 --- a/man/op_associative_scan.Rd +++ b/man/op_associative_scan.Rd @@ -8,7 +8,7 @@ op_associative_scan(f, elems, reverse = FALSE, axis = 1L) } \arguments{ \item{f}{A callable implementing an associative binary operation with -signature \code{r = f(a, b)}. Function \code{f} must be associative, i.e., +signature \code{ r = f(a, b)}. Function \code{f} must be associative, i.e., it must satisfy the equation \code{f(a, f(b, c)) == f(f(a, b), c)}. The inputs and result are (possibly nested tree structures