From b4d5bcb5942c78b4b3e7689bdd59e1b3584a35a1 Mon Sep 17 00:00:00 2001 From: Ben Coman Date: Wed, 5 Jun 2019 22:21:14 +0800 Subject: [PATCH] Revert "ETL descriptions too long" This reverts commit 0df9a334ac622c63ed47be1ccb30c751265ad4ae. I have confirmed that no JSON version change is needed --- exercises/etl/canonical-data.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/exercises/etl/canonical-data.json b/exercises/etl/canonical-data.json index 37addc62fe..ceef40e354 100644 --- a/exercises/etl/canonical-data.json +++ b/exercises/etl/canonical-data.json @@ -10,10 +10,7 @@ "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": "transforms the a set of scrabble data previously indexed by the tile score to a set of data indexed by the tile letter", "cases": [ { "description": "a single letter",