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

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.) (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. Use `str_split()` to split a string up into pieces.
For example, we could split sentences into words: For example, we could split sentences into words: