Skip to content

Commit

Permalink
Make sure the docs are consistent with the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs-roche committed Jan 21, 2025
1 parent 5c18d08 commit d7acb64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/ReportCard.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ReportCard <- R6::R6Class( # nolint: object_name_linter.
#' @description Appends a text paragraph to this `ReportCard`.
#'
#' @param text (`character`) The text content to add.
#' @param style (`character(1)`) the style of the paragraph. One of: `default`, `header`, `verbatim`
#' @param style (`character(1)`) the style of the paragraph. One of: `r TextBlock$new()$get_available_styles()`.
#' @return `self`, invisibly.
#' @examples
#' card <- ReportCard$new()$append_text("A paragraph of default text")
Expand Down
2 changes: 1 addition & 1 deletion man/ReportCard.Rd

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

0 comments on commit d7acb64

Please sign in to comment.