Skip to content

Commit fb6535a

Browse files
committed
the fit_obj and pred_obj arguments show up below the value argument on the help page and the pkgdown site
1 parent d18a26e commit fb6535a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/aaa_models.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ check_interface_val <- function(x) {
304304
#' @param original A single character string for the argument name that
305305
#' underlying model function uses.
306306
#' @param value A list that conforms to the `fit_obj` or `pred_obj` description
307-
#' above, depending on context.
307+
#' below, depending on context.
308308
#' @param pre,post Optional functions for pre- and post-processing of prediction
309309
#' results.
310310
#' @param ... Optional arguments that should be passed into the `args` slot for

0 commit comments

Comments
 (0)