Skip to content

Commit

Permalink
fixing spell
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeya committed Sep 21, 2023
1 parent 94a40af commit be1183f
Show file tree
Hide file tree
Showing 2 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 @@ -239,9 +239,9 @@ print.rmd_yaml_header <- function(x, ...) {
cat(x, ...)
}

#' Extract a Field from YAML and Optionally Retrieve Names from a List
#' Extract a Field from `YAML` and Optionally Retrieve Names from a List
#'
#' This function parses a YAML text and extracts the specified field. It provides
#' This function parses a `YAML` text and extracts the specified field. It provides
#' the option to retrieve the names of elements from a list if the field contains a list.
#'
#' @param yaml_text A character vector containing the `yaml` text.
Expand Down
4 changes: 2 additions & 2 deletions man/reverse_yaml_field.Rd

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

0 comments on commit be1183f

Please sign in to comment.