Skip to content

Commit

Permalink
Improve documentation for id arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Feb 22, 2024
1 parent 4217849 commit 95cac29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/gt.R
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
#' `scalar<character>` // *default:* `NULL` (`optional`)
#'
#' By default (with `NULL`) this will be a random, ten-letter ID as generated
#' by using the [random_id()] function. A custom table ID can be used be
#' providing a single-length character vector.
#' by using the [random_id()] function. A custom table ID can be used here by
#' providing a character value.
#'
#' @param locale *Locale identifier*
#'
Expand Down
4 changes: 2 additions & 2 deletions man/gt.Rd

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

2 comments on commit 95cac29

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