Skip to content

Commit

Permalink
fix typo in documentation for label_pvalue() (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-morrison authored Oct 21, 2024
1 parent a4ca050 commit 0c50869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/label-pvalue.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#'
#' @inherit label_number return params
#' @param prefix A character vector of length 3 giving the prefixes to
#' put in front of numbers. The default values are `c("<", "", ">")`
#' if `add_p` is `TRUE` and `c("p<", "p=", "p>")` if `FALSE`.
#' put in front of numbers. The default values are `c("p<", "p=", "p>")`
#' if `add_p` is `TRUE` and `c("<", "", ">")` if `FALSE`.
#' @param add_p Add "p=" before the value?
#' @export
#' @family labels for continuous scales
Expand Down

0 comments on commit 0c50869

Please sign in to comment.