Skip to content

Commit

Permalink
fix accidental knitr inline code chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Sep 4, 2024
1 parent c7827bd commit c9e5a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/ops.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/op_associative_scan.Rd

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

0 comments on commit c9e5a9c

Please sign in to comment.