Skip to content

Commit

Permalink
Fix minor formatting typo (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
billdenney authored Aug 28, 2024
1 parent 793a2f3 commit 73bfc85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/glue.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' full delimiter escapes it.
#' @param .close \[`character(1)`: \sQuote{\\\}}]\cr The closing delimiter. Doubling the
#' full delimiter escapes it.
#' @param .transformer \[`function]`\cr A function taking two arguments, `text`
#' @param .transformer \[`function`]\cr A function taking two arguments, `text`
#' and `envir`, where `text` is the unparsed string inside the glue block and
#' `envir` is the execution environment. A `.transformer` lets you modify a
#' glue block before, during, or after evaluation, allowing you to create your
Expand Down
2 changes: 1 addition & 1 deletion man/glue.Rd

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

0 comments on commit 73bfc85

Please sign in to comment.