Skip to content

Commit

Permalink
Tweak bullets description in ?abort(message = )
Browse files Browse the repository at this point in the history
Part of #1407
  • Loading branch information
lionel- committed May 25, 2022
1 parent 58024e5 commit c3f5db7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/cnd-abort.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
#' @inheritParams cnd
#' @param message The message to display, formatted as a __bulleted
#' list__. The first element is displayed as an _alert_ bullet
#' prefixed with `!` by default. Elements named `"*"`, `"i"`, and
#' `"x"` are formatted as regular, info, and cross bullets
#' respectively. See `r link("topic_condition_formatting")` for more
#' about bulleted messaging.
#' prefixed with `!` by default. Elements named `"*"`, `"i"`, `"v"`,
#' `"x"`, and `"!"` are formatted as regular, info, success,
#' failure, and error bullets respectively. See `r link("topic_condition_formatting")`
#' for more about bulleted messaging.
#'
#' If a message is not supplied, it is expected that the message is
#' generated __lazily__ through [cnd_header()] and [cnd_body()]
Expand Down
8 changes: 4 additions & 4 deletions man/abort.Rd

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

0 comments on commit c3f5db7

Please sign in to comment.