From ae177ee31b70f8487ea8705768a13346125fd514 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 7 Jun 2021 17:10:06 +0200 Subject: update docs --- skate/schema.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/skate/schema.go b/skate/schema.go index 843d253..7cd0b74 100644 --- a/skate/schema.go +++ b/skate/schema.go @@ -119,7 +119,8 @@ func RefToRelease(ref *Ref) (*Release, error) { return &release, nil } -// ParseIsbn tries to find and validate ISBN from unstructured data. +// ParseIsbn tries to find and validate ISBN from unstructured data. Returns a +// list of unique, unsorted and validated ISBN13, e.g. func ParseIsbn(s string) []string { // ISBN: 10: 0137822693, pp: 373 // Robotec, E. (1996). Scorbot ER VII, User's Manual, Eshed Robotec, -- cgit v1.2.3