Skip to content

Commit 8fed366

Browse files
committed
small doc update
1 parent beee899 commit 8fed366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/rand_forest.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
#' The model can be created using the [fit()] function using the
3030
#' following _engines_:
3131
#' \itemize{
32-
#' \item \pkg{R}: `ranger` or `randomForests` packages
33-
#' \item \pkg{Spark}: `RandomForestModel` class
32+
#' \item \pkg{R}: `"ranger"` or `"randomForests"`
33+
#' \item \pkg{Spark}: `"spark"`
3434
#' }
3535
#' @export
3636
#' @rdname rand_forest

0 commit comments

Comments
 (0)