From 7aa0b42126b46697c999ca3c56b2b1fbaf5d1e8c Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Sun, 12 Mar 2017 13:32:16 +0100 Subject: [PATCH] More descriptive descriptions in canonical data two-buckets problem --- exercises/two-bucket/canonical-data.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/exercises/two-bucket/canonical-data.json b/exercises/two-bucket/canonical-data.json index 19f9ccca50..25256b0da6 100644 --- a/exercises/two-bucket/canonical-data.json +++ b/exercises/two-bucket/canonical-data.json @@ -3,7 +3,7 @@ "version": "1.0.1", "cases": [ { - "description": "(3, 5) -> 1, starting with the first bucket", + "description": "Measure using bucket one of size 3 and bucket two of size 5 - start with bucket one", "property": "measure", "bucket_one": 3, "bucket_two": 5, @@ -16,7 +16,7 @@ } }, { - "description": "(3, 5) -> 1, starting with the second bucket", + "description": "Measure using bucket one of size 3 and bucket two of size 5 - start with bucket two", "property": "measure", "bucket_one": 3, "bucket_two": 5, @@ -29,7 +29,7 @@ } }, { - "description": "(7, 11) -> 2, starting with the first bucket", + "description": "Measure using bucket one of size 7 and bucket two of size 11 - start with bucket one", "property": "measure", "bucket_one": 7, "bucket_two": 11, @@ -42,7 +42,7 @@ } }, { - "description": "(7, 11) -> 2, starting with the second bucket", + "description": "Measure using bucket one of size 7 and bucket two of size 11 - start with bucket two", "property": "measure", "bucket_one": 7, "bucket_two": 11,