Skip to content

Commit

Permalink
Fix attr typo
Browse files Browse the repository at this point in the history
- Fix description typo of class and id using the opposite identifier
  • Loading branch information
ElianHugh committed Dec 14, 2023
1 parent a3cd134 commit f0ffd92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/attributes.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#' [qto_span()], or [qto_fig_span()].
#'
#' @param ... Optional named attributes.
#' @param id Div or span identifier. If `id` does not start with `"."`, the
#' period character is applied as a prefix.
#' @param class Div or span class. If `class` does not start with `"#"`, the
#' @param id Div or span identifier. If `id` does not start with `"#"`, the
#' hash character is applied as a prefix.
#' @param class Div or span class. If `class` does not start with `"."`, the
#' period character is applied as a prefix.
#' @param css If `{htmltools}` is installed, a list of css style attributes to
#' pass to [htmltools::css()].
#' @param .attributes Optional list of attributes. If supplied, any attributes
Expand Down

0 comments on commit f0ffd92

Please sign in to comment.