Skip to content

Commit

Permalink
Fix spelling mistake in split.R
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Juliette committed Sep 16, 2023
1 parent 08ff36f commit bb09bac
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit bb09bac

Please sign in to comment.