From c6ad5cd42f7c6a81b258ac3f1fc3faf9b07bf8fb Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 14 May 2021 01:44:40 +0200 Subject: update docs --- skate/url.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skate/url.go b/skate/url.go index d079e8a..e77d331 100644 --- a/skate/url.go +++ b/skate/url.go @@ -18,8 +18,8 @@ var ( okSchemas = []string{"http://", "https://", "ftp://"} ) -// SanitizeURL applies various cleanup rules on URLs (as they are found in -// references extracted with GROBID). Returns an empty string when no URL +// SanitizeURL applies various cleanup rules on URLs (as they are found e.g. in +// references extracted with GROBID). Returns an empty string when no URL // could be discovered. Still, many results will not be a URL even after // sanitization. func SanitizeURL(s string) string { -- cgit v1.2.3