Skip to content

Commit

Permalink
Update R/make_split_fun.R
Browse files Browse the repository at this point in the history
Co-authored-by: Davide Garolini <[email protected]>
Signed-off-by: Gabe Becker <[email protected]>
  • Loading branch information
gmbecker and Melkiades committed Jan 23, 2024
1 parent 7b80dfe commit 95f5a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/make_split_fun.R
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ add_to_split_result <- function(splres, values, datasplit, labels, extras = NULL
#' Core splitting functions override the fundamental
#' splitting procedure, and are only necessary in rare cases. These
#' must accept `spl`, `df`, `vals`, `labels`, and can optionally
#' accept `.spl_context`. They should return an split result object
#' accept `.spl_context`. They should return a split result object
#' constructed via `make_split_result()`.
#'
#' In particular, if the custom split function will be used in
Expand Down

0 comments on commit 95f5a50

Please sign in to comment.