Skip to content

Commit

Permalink
Merge pull request #1484 from mcanouil/fix/typo-format-data
Browse files Browse the repository at this point in the history
fix(format_data.R): typo in roxygen documentation
  • Loading branch information
rich-iannone authored Jan 23, 2024
2 parents 0f37178 + 7231402 commit c8a2bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/format_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -11121,7 +11121,7 @@ fmt_markdown <- function(
#' We can format values with the `fmt_passthrough()` function, which does little
#' more than: (1) coercing to `character` (as all the `fmt_*()` functions do),
#' and (2) applying decorator text via the `pattern` argument (the default is to
#' apply nothing). This foramtting function is useful when don't want to modify
#' apply nothing). This formatting function is useful when don't want to modify
#' the input data other than to decorate it within a pattern.
#'
#' @inheritParams fmt_number
Expand Down
2 changes: 1 addition & 1 deletion man/fmt_passthrough.Rd

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

1 comment on commit c8a2bda

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.