Fix typo, closes #1041
This commit is contained in:
parent
cd9b6ac81f
commit
325925fbf1
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue