diff --git a/06_Day_Loops/06_day_loops.md b/06_Day_Loops/06_day_loops.md index 7a017ea..7d37009 100644 --- a/06_Day_Loops/06_day_loops.md +++ b/06_Day_Loops/06_day_loops.md @@ -432,7 +432,7 @@ for(let i = 0; i <= 5; i++){ Ethiopia ``` -5. Using the countries array above, find the country containing only 5 characters. +5. Using the countries array above, find the country or countries containing only 5 characters. ```sh ['Japan', 'Kenya']