Skip to content

Commit

Permalink
expand description, response to @SleeplessByte suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
bencoman authored Jun 5, 2019
1 parent 4daea13 commit 3dc5114
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exercises/etl/canonical-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"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": "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"
],
"cases": [
{
Expand Down

0 comments on commit 3dc5114

Please sign in to comment.