Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mailund committed Mar 22, 2018
1 parent 824dedb commit 7393067
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/callbacks.R
Expand Up @@ -167,7 +167,7 @@ with_topdown_callback <- make_with_callback("topdown")
#'
#' The callback that is installed will be called with the usual callback
#' arguments (which depend on context and user-provided information to
#' ..., see [rewrite_callbacks()] and [analysis_callback()]), and additionally
#' ..., see [rewrite_callbacks()] and [analysis_callbacks()]), and additionally
#' the next callback in line, through the parameter `next_cb`. This can be
#' used to propagate informtion through several callbacks in a pipe-like
#' fashion.
Expand Down Expand Up @@ -221,7 +221,7 @@ add_call_callback <- function(callbacks, fn, cb) {
#'
#' The callback that is installed will be called with the usual callback
#' arguments (which depend on context and user-provided information to
#' ..., see [rewrite_callbacks()] and [analysis_callback()]), and additionally
#' ..., see [rewrite_callbacks()] and [analysis_callbacks()]), and additionally
#' the next callback in line, through the parameter `next_cb`. This can be
#' used to propagate informtion through several callbacks in a pipe-like
#' fashion.
Expand Down
2 changes: 1 addition & 1 deletion man/add_call_callback.Rd

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

2 changes: 1 addition & 1 deletion man/add_topdown_callback.Rd

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

0 comments on commit 7393067

Please sign in to comment.