diff --git a/exercises/etl/canonical-data.json b/exercises/etl/canonical-data.json index 37addc62fe..ceef40e354 100644 --- a/exercises/etl/canonical-data.json +++ b/exercises/etl/canonical-data.json @@ -10,10 +10,7 @@ "such that keys are integers. e.g. in JavaScript, it might look ", "like `transform( { 1: ['A'] } );`" ], - "description": "Transform", - "comments": [ "Transforms the a set of scrabble data previously indexed by the tile score", - "to a set of data indexed by the tile letter" - ], + "description": "transforms the a set of scrabble data previously indexed by the tile score to a set of data indexed by the tile letter", "cases": [ { "description": "a single letter",