Skip to content

Commit 26cbf91

Browse files
committed
docs: speeeling
1 parent 48618bc commit 26cbf91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/targets_utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ make_target_param_grid <- function(param_grid) {
2525
#' the required format for targets is a little jank; this takes a human legible tibble and makes it targets legible.
2626
#' Currently only `forecaster` and `trainer` can be symbols.
2727
#' @param param_grid the tibble of parameters. Must have forecaster and trainer, everything else is optional
28-
#' @param ONE_AHEAD_FORECAST_NAME the extra bit of name that is shared by all
28+
#' @param ONE_AHEAD_FORECASTER_NAME the extra bit of name that is shared by all
2929
#' @export
3030
#' @importFrom rlang syms
3131
make_target_ensemble_grid <- function(param_grid, ONE_AHEAD_FORECASTER_NAME = "forecast_by_ahead") {

man/make_target_ensemble_grid.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)