Skip to content

Commit

Permalink
Fix doc formatting infecility (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley authored Jul 16, 2024
1 parent 9f88e21 commit 5385dcc
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ Config/Needs/website: bench, forcats, ggbeeswarm, ggplot2, R.utils,
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
6 changes: 3 additions & 3 deletions R/glue.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
#'
#' @param .x \[`listish`]\cr An environment, list, or data frame used to lookup values.
#' @param ... \[`expressions`]\cr Unnamed arguments are taken to be expression
#' string(s) to format. Multiple inputs are concatenated together before formatting.
#' Named arguments are taken to be temporary variables available for substitution.
#' string(s) to format. Multiple inputs are concatenated together before formatting.
#' Named arguments are taken to be temporary variables available for substitution.
#'
#' For `glue_data()`, elements in `...` override the values in `.x`.
#' For `glue_data()`, elements in `...` override the values in `.x`.
#' @param .sep \[`character(1)`: \sQuote{""}]\cr Separator used to separate elements.
#' @param .envir \[`environment`: `parent.frame()`]\cr Environment to evaluate each expression in. Expressions are
#' evaluated from left to right. If `.x` is an environment, the expressions are
Expand Down
3 changes: 1 addition & 2 deletions man/glue.Rd

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

3 changes: 1 addition & 2 deletions man/glue_col.Rd

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

3 changes: 1 addition & 2 deletions man/glue_safe.Rd

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

3 changes: 1 addition & 2 deletions man/glue_sql.Rd

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

0 comments on commit 5385dcc

Please sign in to comment.