We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5973e commit f776946Copy full SHA for f776946
R/translate.R
@@ -30,13 +30,13 @@
30
#' @examplesIf !parsnip:::is_cran_check()
31
#' lm_spec <- linear_reg(penalty = 0.01)
32
#'
33
-#' # `penalty` is tranlsated to `lambda`
+#' # `penalty` is translated to `lambda`
34
#' translate(lm_spec, engine = "glmnet")
35
36
#' # `penalty` not applicable for this model.
37
#' translate(lm_spec, engine = "lm")
38
39
-#' # `penalty` is tranlsated to `reg_param`
+#' # `penalty` is translated to `reg_param`
40
#' translate(lm_spec, engine = "spark")
41
42
#' # with a placeholder for an unknown argument value:
0 commit comments