From ede1dd7cc6901071c4bb4ff133d2e03cabd1d02e Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Tue, 22 Aug 2023 12:04:59 -0400 Subject: [PATCH] Fix question 5 --- exercises.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises.md b/exercises.md index 257f2ea..6a48d70 100644 --- a/exercises.md +++ b/exercises.md @@ -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?