Skip to content

Commit

Permalink
Fix documentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
billdenney committed Dec 22, 2021
1 parent b8bbbfd commit 3249007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions R/make_param_label.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
#' be a vector)?
#' @param allow_missing_spec,allow_missing_unit Are the \code{spec} or
#' \code{unit} parameters allowed to be NA?
#' @return A character vector that is equivalent to \code{sprintf("%s %s (%s)",
#' spec, param, unit)}, but accounting for the fact that spec and unit may be
#' missing.
#' @return A character vector.
#' @export
make_param_label <- function(spec, param, unit, expect_single=TRUE,
allow_missing_spec=TRUE, allow_missing_unit=TRUE) {
Expand Down
4 changes: 1 addition & 3 deletions man/make_param_label.Rd

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

0 comments on commit 3249007

Please sign in to comment.