Skip to content

Commit 391eb15

Browse files
typos
1 parent 53722db commit 391eb15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/linear_reg.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ translate.linear_reg <- function(x, engine = x$engine, ...) {
110110
if (engine == "glmnet") {
111111
# See discussion in https://github.com/tidymodels/parsnip/issues/195
112112
x$method$fit$args$lambda <- NULL
113-
# Since the `fit` infomration is gone for the penalty, we need to have an
114-
# evaludated value for the parameter.
113+
# Since the `fit` information is gone for the penalty, we need to have an
114+
# evaluated value for the parameter.
115115
x$args$penalty <- rlang::eval_tidy(x$args$penalty)
116116
}
117117

0 commit comments

Comments
 (0)