Skip to content

Commit

Permalink
Merge pull request #494 from tidymodels/inner-split-docs-typo
Browse files Browse the repository at this point in the history
`creat` -> `create` in `inner_split()` docs
  • Loading branch information
hfrick authored May 24, 2024
2 parents 7d35a8e + 247ffc6 commit 64ac964
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/inner_split.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @details
#' `rsplit` objects live most commonly inside of an `rset` object. The
#' `split_args` argument can be the output of [.get_split_args()] on that
#' corresponding `rset` object, even if some of the arguments used to creat the
#' corresponding `rset` object, even if some of the arguments used to create the
#' `rset` object are not needed for the inner split.
#' * For `mc_split` and `group_mc_split` objects, `inner_split()` will ignore
#' `split_args$times`.
Expand Down
2 changes: 1 addition & 1 deletion man/inner_split.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64ac964

Please sign in to comment.