Skip to content

Commit

Permalink
Fix incorrect functon name
Browse files Browse the repository at this point in the history
Closes #305
  • Loading branch information
hadley committed Mar 16, 2022
1 parent 6c6e21f commit f7056ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/label-pvalue.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' Formatter for p-values, using "<" and ">" for p-values close to 0 and 1.
#'
#' @section Old interface:
#' `pvalue()` and `pvalue_dollar()` are superseded; please use `label_pvalue()`
#' `pvalue()` and `pvalue_format()` are superseded; please use `label_pvalue()`
#' instead.
#' @inherit number_format return params
#' @param prefix A character vector of length 3 giving the prefixes to
Expand Down
2 changes: 1 addition & 1 deletion man/label_pvalue.Rd

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

0 comments on commit f7056ad

Please sign in to comment.