Fix question 5

This commit is contained in:
Chris Proctor 2023-08-22 12:04:59 -04:00
parent 2a366b4a20
commit ede1dd7cc6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ If you want to be really stylish, put your code inside of backticks like this:
## 4. How many words have all five vowels (aeiou)?
## 5. Which words have two l's in a row, two m's in a row, and two t's in a row? (they don't have to be in that order)
## 5. Which words have two e's in a row, two o's in a row, and two k's in a row? (they don't have to be in that order)
## 6. How many words have sixteen or more letters?