We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a757698 commit 8df6cb2Copy full SHA for 8df6cb2
exercises/isbn-verifier/canonical-data.json
@@ -7,7 +7,7 @@
7
"cases": [
8
{
9
"uuid": "0caa3eac-d2e3-4c29-8df8-b188bc8c9292",
10
- "description": "valid isbn number",
+ "description": "valid isbn",
11
"property": "isValid",
12
"input": {
13
"isbn": "3-598-21508-8"
@@ -25,7 +25,7 @@
25
},
26
27
"uuid": "4164bfee-fb0a-4a1c-9f70-64c6a1903dcd",
28
- "description": "valid isbn number with a check digit of 10",
+ "description": "valid isbn with a check digit of 10",
29
30
31
"isbn": "3-598-21507-X"
0 commit comments