Skip to content

Commit 7e0ec69

Browse files
authored
Typo correction.
1 parent 924363e commit 7e0ec69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/decision_tree.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ print.decision_tree <- function(x, ...) {
102102

103103
#' @export
104104
#' @inheritParams update.boost_tree
105-
#' @param object A random forest model specification.
105+
#' @param object A decision tree model specification.
106106
#' @examples
107107
#' model <- decision_tree(cost_complexity = 10, min_n = 3)
108108
#' model

0 commit comments

Comments
 (0)