From 3abea6ba612a9d39e2a3aa83661cba351d09da9c Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Sun, 18 Apr 2021 08:52:06 -0500 Subject: [PATCH] Fix typo Fixes #934 --- strings.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strings.Rmd b/strings.Rmd index 77dc712..75ba4c5 100644 --- a/strings.Rmd +++ b/strings.Rmd @@ -818,7 +818,7 @@ sentences %>% 1. Replace all forward slashes in a string with backslashes. -2. Implement a simple version of `str_to_lower()` using `replace_all()`. +2. Implement a simple version of `str_to_lower()` using `str_replace_all()`. 3. Switch the first and last letters in `words`. Which of those strings are still words?