diff --git a/exercises/list-ops/canonical-data.json b/exercises/list-ops/canonical-data.json index bd59f53a18..96b5f11ebb 100644 --- a/exercises/list-ops/canonical-data.json +++ b/exercises/list-ops/canonical-data.json @@ -1,6 +1,6 @@ { "exercise": "list-ops", - "version": "2.4.0", + "version": "2.4.1", "comments": [ "Though there are no specifications here for dealing with large lists,", "implementers may add tests for handling large lists to ensure that the", @@ -20,7 +20,7 @@ "expected": [] }, { - "description": "empty list to list", + "description": "list to empty list", "property": "append", "input": { "list1": [],