Skip to content

Commit

Permalink
Fix spelling mistake in split.R (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Juliette authored Oct 31, 2023
1 parent 8367482 commit 3ebb93a
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 @@ -36,7 +36,7 @@
#' str_split(fruits, " and ")
#' str_split(fruits, " and ", simplify = TRUE)
#'
#' # If you want to split a single string, use `str_split1`
#' # If you want to split a single string, use `str_split_1`
#' str_split_1(fruits[[1]], " and ")
#'
#' # Specify n to restrict the number of possible matches
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 3ebb93a

Please sign in to comment.