From 325925fbf1e1adf6e750c7f150334c5b8d4192d4 Mon Sep 17 00:00:00 2001 From: Mine Cetinkaya-Rundel Date: Fri, 3 Jun 2022 21:26:58 -0400 Subject: [PATCH] Fix typo, closes #1041 --- prog-strings.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prog-strings.qmd b/prog-strings.qmd index 60a8f7d..4763f46 100644 --- a/prog-strings.qmd +++ b/prog-strings.qmd @@ -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: