Skip to content

Commit

Permalink
Make correction to docs in fmt_integer()
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Nov 27, 2023
1 parent 1dc0c4e commit 21215cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions R/format_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -788,10 +788,9 @@ fmt_number <- function(
#'
#' This formatting function can adapt outputs according to a provided `locale`
#' value. Examples include `"en"` for English (United States) and `"fr"` for
#' French (France). The use of a valid locale ID here means separator and
#' decimal marks will be correct for the given locale. Should any value be
#' provided in `sep_mark`, it will be overridden by the locale's preferred
#' values.
#' French (France). The use of a valid locale ID here means separator marks will
#' be correct for the given locale. Should any value be provided in `sep_mark`,
#' it will be overridden by the locale's preferred value.
#'
#' Note that a `locale` value provided here will override any global locale
#' setting performed in [gt()]'s own `locale` argument (it is settable there as
Expand Down
7 changes: 3 additions & 4 deletions man/fmt_integer.Rd

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

3 comments on commit 21215cd

@github-actions
Copy link

Choose a reason for hiding this comment

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

@github-actions
Copy link

Choose a reason for hiding this comment

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

@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.