diff options
Diffstat (limited to 'skate')
-rw-r--r-- | skate/schema.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/schema.go b/skate/schema.go index 7cd0b74..d36a771 100644 --- a/skate/schema.go +++ b/skate/schema.go @@ -120,7 +120,7 @@ func RefToRelease(ref *Ref) (*Release, error) { } // ParseIsbn tries to find and validate ISBN from unstructured data. Returns a -// list of unique, unsorted and validated ISBN13, e.g. +// list of unique, unsorted and validated ISBN13, e.g. 9780123838520. func ParseIsbn(s string) []string { // ISBN: 10: 0137822693, pp: 373 // Robotec, E. (1996). Scorbot ER VII, User's Manual, Eshed Robotec, |