We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df9a33 commit a0e2de3Copy full SHA for a0e2de3
exercises/etl/canonical-data.json
@@ -10,10 +10,7 @@
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"
16
- ],
+ "description": "transforms the a set of scrabble data previously indexed by the tile score to a set of data indexed by the tile letter",
17
"cases": [
18
{
19
"description": "a single letter",
0 commit comments