Skip to content

Commit a0e2de3

Browse files
authored
Revert "ETL descriptions too long" (#1527)
This reverts commit 0df9a33. I have confirmed that no JSON version change is needed
1 parent 0df9a33 commit a0e2de3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

exercises/etl/canonical-data.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
"such that keys are integers. e.g. in JavaScript, it might look ",
1111
"like `transform( { 1: ['A'] } );`"
1212
],
13-
"description": "Transform",
14-
"comments": [ "Transforms the a set of scrabble data previously indexed by the tile score",
15-
"to a set of data indexed by the tile letter"
16-
],
13+
"description": "transforms the a set of scrabble data previously indexed by the tile score to a set of data indexed by the tile letter",
1714
"cases": [
1815
{
1916
"description": "a single letter",

0 commit comments

Comments
 (0)