Skip to content

Commit 3dc5114

Browse files
authored
expand description, response to @SleeplessByte suggestion
1 parent 4daea13 commit 3dc5114

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exercises/etl/canonical-data.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
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"
13+
"description": "Transform legacy to new",
14+
"comments": [ "Transforms a set of legacy scrabble data stored as letters per score",
15+
"to a set of data stored score per letter"
1616
],
1717
"cases": [
1818
{

0 commit comments

Comments
 (0)