From 4104a82195b10a6727df3489f8b8ab30b479d16e Mon Sep 17 00:00:00 2001 From: ee7 <45465154+ee7@users.noreply.github.com> Date: Tue, 13 Oct 2020 14:00:04 +0200 Subject: [PATCH] isbn-verifier: 'isbn number' -> 'isbn' Most of the test descriptions just used 'isbn', so let's be consistent and avoid "International Standard Book Number number". --- exercises/isbn-verifier/canonical-data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exercises/isbn-verifier/canonical-data.json b/exercises/isbn-verifier/canonical-data.json index 6cd80e3eb6..b98fb1bf14 100644 --- a/exercises/isbn-verifier/canonical-data.json +++ b/exercises/isbn-verifier/canonical-data.json @@ -7,7 +7,7 @@ "cases": [ { "uuid": "0caa3eac-d2e3-4c29-8df8-b188bc8c9292", - "description": "valid isbn number", + "description": "valid isbn", "property": "isValid", "input": { "isbn": "3-598-21508-8" @@ -25,7 +25,7 @@ }, { "uuid": "4164bfee-fb0a-4a1c-9f70-64c6a1903dcd", - "description": "valid isbn number with a check digit of 10", + "description": "valid isbn with a check digit of 10", "property": "isValid", "input": { "isbn": "3-598-21507-X"