Skip to content

Commit c9e5a9c

Browse files
committed
fix accidental knitr inline code chunk
1 parent c7827bd commit c9e5a9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/ops.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3588,7 +3588,7 @@ function (x, dtype = NULL)
35883588
#'
35893589
#' @param f
35903590
#' A callable implementing an associative binary operation with
3591-
#' signature `r = f(a, b)`. Function `f` must be associative, i.e.,
3591+
#' signature ` r = f(a, b)`. Function `f` must be associative, i.e.,
35923592
#' it must satisfy the equation
35933593
#' `f(a, f(b, c)) == f(f(a, b), c)`.
35943594
#' The inputs and result are (possibly nested tree structures

man/op_associative_scan.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)