Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Jan 16, 2024
1 parent b97abcd commit 5501f20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/yaml_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @param x `character`
#' @keywords internal
#' @examples
#' yaml_quoted <- getFromNamespace("yaml_quoted", "teal.reporter").
#' yaml_quoted <- getFromNamespace("yaml_quoted", "teal.reporter")
#' yaml <- list(
#' author = yaml_quoted("NEST"),
#' title = yaml_quoted("Report"),
Expand All @@ -21,7 +21,7 @@ yaml_quoted <- function(x) {
#' @param x `character` `yaml` formatted string.
#' @keywords internal
#' @examples
#' yaml_quoted <- getFromNamespace("yaml_quoted", "teal.reporter").
#' yaml_quoted <- getFromNamespace("yaml_quoted", "teal.reporter")
#' yaml <- list(
#' author = yaml_quoted("NEST"),
#' title = yaml_quoted("Report"),
Expand Down
2 changes: 1 addition & 1 deletion man/md_header.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/yaml_quoted.Rd

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

0 comments on commit 5501f20

Please sign in to comment.