Skip to content

Commit 6bb0d64

Browse files
authored
Merge pull request #716 from exercism/two-buckets-descriptions
More descriptive descriptions in canonical data two-buckets problem
2 parents 04905ab + 7aa0b42 commit 6bb0d64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises/two-bucket/canonical-data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.1",
44
"cases": [
55
{
6-
"description": "(3, 5) -> 1, starting with the first bucket",
6+
"description": "Measure using bucket one of size 3 and bucket two of size 5 - start with bucket one",
77
"property": "measure",
88
"bucket_one": 3,
99
"bucket_two": 5,
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
{
19-
"description": "(3, 5) -> 1, starting with the second bucket",
19+
"description": "Measure using bucket one of size 3 and bucket two of size 5 - start with bucket two",
2020
"property": "measure",
2121
"bucket_one": 3,
2222
"bucket_two": 5,
@@ -29,7 +29,7 @@
2929
}
3030
},
3131
{
32-
"description": "(7, 11) -> 2, starting with the first bucket",
32+
"description": "Measure using bucket one of size 7 and bucket two of size 11 - start with bucket one",
3333
"property": "measure",
3434
"bucket_one": 7,
3535
"bucket_two": 11,
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
{
45-
"description": "(7, 11) -> 2, starting with the second bucket",
45+
"description": "Measure using bucket one of size 7 and bucket two of size 11 - start with bucket two",
4646
"property": "measure",
4747
"bucket_one": 7,
4848
"bucket_two": 11,

0 commit comments

Comments
 (0)