diff options
| -rw-r--r-- | main.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -6,7 +6,7 @@ import (  )  const ( -	errSrcInvalid = "source contains no valid URL" +	errSrcInvalid = "source is not a parsable URL"  )  // endpoint is a webmention receiver. |