Skip to content

Commit

Permalink
Apply suggestions from doc review
Browse files Browse the repository at this point in the history
Co-authored-by: Davis Vaughan <davis@rstudio.com>
  • Loading branch information
lionel- and DavisVaughan committed Feb 17, 2023
1 parent d576a7c commit 11f8bab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion R/nse-inject.R
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ NULL
#'
#' @section Wrapping `englue()`:
#'
#' You can provide englue semantics to a string by supplying `env`.
#' You can provide englue semantics to a user provided string by supplying `env`.
#' In this example we create a variant of `englue()` that supports a
#' special `.qux` pronoun by:
#'
Expand Down Expand Up @@ -425,6 +425,10 @@ NULL
#' fn(bar)
#' ```
#'
#' If you are creating a low level package on top of englue(), you
#' should also consider exposing `env`, `error_arg` and `error_call`
#' in your `englue()` wrapper so users can wrap your wrapper.
#'
#' @seealso
#' - `r link("topic_inject")`
#'
Expand Down
6 changes: 5 additions & 1 deletion man/englue.Rd

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

0 comments on commit 11f8bab

Please sign in to comment.