Fix typo, closes #1041

This commit is contained in:
Mine Cetinkaya-Rundel 2022-06-03 21:26:58 -04:00 committed by GitHub
parent cd9b6ac81f
commit 325925fbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ has_noun |>
(Unsurprisingly, our heuristic for detecting nouns is poor, and also picks up adjectives like smooth and parked.)
## Spitting
## Splitting
Use `str_split()` to split a string up into pieces.
For example, we could split sentences into words: