From c362125d7b00a4ee30f074197801e9ab3ee8f8c0 Mon Sep 17 00:00:00 2001 From: Paul Kaefer <2408155+paulkaefer@users.noreply.github.com> Date: Sat, 4 Apr 2020 20:15:08 -0500 Subject: [PATCH] corrected spelling of 'list' (#5482) --- R-package/R/xgb.cv.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R-package/R/xgb.cv.R b/R-package/R/xgb.cv.R index f4a2d4e8d..fdfcb59b3 100644 --- a/R-package/R/xgb.cv.R +++ b/R-package/R/xgb.cv.R @@ -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. #' } #'