File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
exercises/palindrome-products Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
"cases" : [
4
4
{
5
5
"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" ,
7
7
"property" : " smallest" ,
8
8
"input" : {
9
9
"min" : 1 ,
16
16
},
17
17
{
18
18
"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" ,
20
20
"property" : " largest" ,
21
21
"input" : {
22
22
"min" : 1 ,
58
58
},
59
59
{
60
60
"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" ,
62
62
"property" : " smallest" ,
63
63
"input" : {
64
64
"min" : 100 ,
84
84
},
85
85
{
86
86
"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" ,
88
88
"property" : " smallest" ,
89
89
"input" : {
90
90
"min" : 1000 ,
You can’t perform that action at this time.
0 commit comments