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 5501f20 commit 18c4128
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/yaml_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ yaml_quoted <- function(x) {
#' date = yaml_quoted("07/04/2019"),
#' output = list(pdf_document = list(keep_tex = TRUE))
#' )
#' getFromNamespace("md_header", "teal.reporter").(yaml::as.yaml(yaml))
#' getFromNamespace("md_header", "teal.reporter")(yaml::as.yaml(yaml))
md_header <- function(x) {
paste0("---\n", x, "---\n")
}
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.

0 comments on commit 18c4128

Please sign in to comment.