Skip to content

Commit

Permalink
corrected spelling of 'list' (#5482)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkaefer authored Apr 5, 2020
1 parent 0012f2e commit c362125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/R/xgb.cv.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
#' (only available with early stopping).
#' \item \code{pred} CV prediction values available when \code{prediction} is set.
#' It is either vector or matrix (see \code{\link{cb.cv.predict}}).
#' \item \code{models} a liost of the CV folds' models. It is only available with the explicit
#' \item \code{models} a list of the CV folds' models. It is only available with the explicit
#' setting of the \code{cb.cv.predict(save_models = TRUE)} callback.
#' }
#'
Expand Down

0 comments on commit c362125

Please sign in to comment.