Defined "word" in exercise 14.4.4.1.3 (#958)

Which of those strings are still words? -> Which of those strings are still `words`?
This commit is contained in:
ReeceGoding 2021-12-01 13:35:00 +00:00 committed by GitHub
parent 9c84b587be
commit ed7b944dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ Recommendation to make a function, and think about testing it --- don't need for
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?
Which of those strings are still `words`?
## Extract full matches