We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f7da9 commit 662b370Copy full SHA for 662b370
exercises/etl/canonical-data.json
@@ -10,9 +10,9 @@
10
"such that keys are integers. e.g. in JavaScript, it might look ",
11
"like `transform( { 1: ['A'] } );`"
12
],
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"
+ "description": "Transform legacy to new",
+ "comments": [ "Transforms a set of legacy scrabble data stored as letters per score",
+ "to a set of data stored score per letter"
16
17
"cases": [
18
{
0 commit comments