Skip to content

Commit 765da5a

Browse files
akhilabburuhfrick
andauthored
Fixed minor spelling error (#1284)
* Fixed minor spelling error * Document * document --------- Co-authored-by: hfrick <hfrick@users.noreply.github.com> Co-authored-by: Hannah Frick <hannah@posit.co>
1 parent cfd668b commit 765da5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/translate.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
#' @examplesIf !parsnip:::is_cran_check()
3131
#' lm_spec <- linear_reg(penalty = 0.01)
3232
#'
33-
#' # `penalty` is tranlsated to `lambda`
33+
#' # `penalty` is translated to `lambda`
3434
#' translate(lm_spec, engine = "glmnet")
3535
#'
3636
#' # `penalty` not applicable for this model.
3737
#' translate(lm_spec, engine = "lm")
3838
#'
39-
#' # `penalty` is tranlsated to `reg_param`
39+
#' # `penalty` is translated to `reg_param`
4040
#' translate(lm_spec, engine = "spark")
4141
#'
4242
#' # with a placeholder for an unknown argument value:

man/translate.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)