diff --git a/exercises/concept/chaitanas-colossal-coaster/.docs/hints.md b/exercises/concept/chaitanas-colossal-coaster/.docs/hints.md index a77db13a..43ce3df4 100644 --- a/exercises/concept/chaitanas-colossal-coaster/.docs/hints.md +++ b/exercises/concept/chaitanas-colossal-coaster/.docs/hints.md @@ -29,5 +29,5 @@ Make sure you have a good understanding of how to create and manipulate lists. ## 7. Sort the Queue List -- You need to `sort` the queue and return the sorted list. +- You need to `copy` the queue, `sort` it, and return the sorted copy. - The order is alphabetical, hence it should be sorted in ascending order.