Skip to content

Commit

Permalink
Fix typo in split.R (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgallou committed Aug 4, 2023
1 parent 68e6b14 commit aee0ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/split.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @param n Maximum number of pieces to return. Default (Inf) uses all
#' possible split positions.
#'
#' For `split_split()`, this determines the maximum length of each element
#' For `str_split()`, this determines the maximum length of each element
#' of the output. For `str_split_fixed()`, this determines the number of
#' columns in the output; if an input is too short, the result will be padded
#' with `""`.
Expand Down
2 changes: 1 addition & 1 deletion man/str_split.Rd

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

0 comments on commit aee0ebc

Please sign in to comment.