diff --git a/curriculum/challenges/english/blocks/quiz-searching-and-sorting-algorithms/67f4136110dddb491be2e90a.md b/curriculum/challenges/english/blocks/quiz-searching-and-sorting-algorithms/67f4136110dddb491be2e90a.md index 8b2fc9f3929..ab216297281 100644 --- a/curriculum/challenges/english/blocks/quiz-searching-and-sorting-algorithms/67f4136110dddb491be2e90a.md +++ b/curriculum/challenges/english/blocks/quiz-searching-and-sorting-algorithms/67f4136110dddb491be2e90a.md @@ -201,7 +201,7 @@ The list must contain only unique values. --- -The list must be sorted in descending order. +The list must have an even number of elements. --- @@ -209,7 +209,7 @@ The list must contain no negative numbers. #### --answer-- -The list must be sorted in ascending order. +The list must be sorted. ### --question--