diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-06-09 02:20:04 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-06-09 02:20:04 +0200 |
commit | 52f42013cb041a70fc8bb196e24d2be1fe5af531 (patch) | |
tree | 41ead2a6d2d894cf64ab30352df8a6205387565a | |
parent | 8a09586a117ff1b8e536637a098207b13b5c3ed2 (diff) | |
download | refcat-52f42013cb041a70fc8bb196e24d2be1fe5af531.tar.gz refcat-52f42013cb041a70fc8bb196e24d2be1fe5af531.zip |
update docs
-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, |