Skip to content

Commit

Permalink
Merge pull request #148 from tidymodels/doc-option_add
Browse files Browse the repository at this point in the history
Tweak docs for `option_add()`
  • Loading branch information
hfrick authored Feb 29, 2024
2 parents 59dcd04 + 27fea0c commit 88ca48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/options.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#'
#' @export
#' @inheritParams comment_add
#' @param ... A list of named options to pass to the `tune_*()` functions (e.g.
#' @param ... Arguments to pass to the `tune_*()` functions (e.g.
#' [tune::tune_grid()]) or [tune::fit_resamples()]. For `option_remove()` this
#' can be a series of unquoted option names.
#' @param id A character string of one or more values from the `wflow_id`
Expand Down
2 changes: 1 addition & 1 deletion man/option_add.Rd

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

0 comments on commit 88ca48d

Please sign in to comment.