Skip to content

Commit e76db88

Browse files
committed
correct link to fit_xy() in docs (closes #1170)
1 parent cee2bb8 commit e76db88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/case_weights.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
#'
2121
#' More types can be added by request.
2222
#'
23-
#' For parsnip, the [fit()] and [fit_xy] functions contain a `case_weight`
23+
#' For parsnip, the [fit()] and [fit_xy()] functions contain a `case_weight`
2424
#' argument that takes these data. For Spark models, the argument value should
2525
#' be a character value.
2626
#'
2727
#' @name case_weights
28-
#' @seealso [frequency_weights()], [importance_weights()], [fit()], [fit_xy]
28+
#' @seealso [frequency_weights()], [importance_weights()], [fit()], [fit_xy()]
2929
NULL
3030

3131
# ------------------------------------------------------------------------------

man/case_weights.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)