Skip to content

Commit caf1432

Browse files
authored
[Palindrome Products] Updated canonical-data.json (#2057)
Made the test descriptions consistent.
1 parent 3c33c24 commit caf1432

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exercises/palindrome-products/canonical-data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"cases": [
44
{
55
"uuid": "5cff78fe-cf02-459d-85c2-ce584679f887",
6-
"description": "finds the smallest palindrome from single digit factors",
6+
"description": "find the smallest palindrome from single digit factors",
77
"property": "smallest",
88
"input": {
99
"min": 1,
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"uuid": "0853f82c-5fc4-44ae-be38-fadb2cced92d",
19-
"description": "finds the largest palindrome from single digit factors",
19+
"description": "find the largest palindrome from single digit factors",
2020
"property": "largest",
2121
"input": {
2222
"min": 1,
@@ -58,7 +58,7 @@
5858
},
5959
{
6060
"uuid": "cecb5a35-46d1-4666-9719-fa2c3af7499d",
61-
"description": "find smallest palindrome from triple digit factors",
61+
"description": "find the smallest palindrome from triple digit factors",
6262
"property": "smallest",
6363
"input": {
6464
"min": 100,
@@ -84,7 +84,7 @@
8484
},
8585
{
8686
"uuid": "4f802b5a-9d74-4026-a70f-b53ff9234e4e",
87-
"description": "find smallest palindrome from four digit factors",
87+
"description": "find the smallest palindrome from four digit factors",
8888
"property": "smallest",
8989
"input": {
9090
"min": 1000,

0 commit comments

Comments
 (0)