diff options
author | Evgeny Kuznetsov <evgeny@kuznetsov.md> | 2023-03-22 15:57:31 +0300 |
---|---|---|
committer | Evgeny Kuznetsov <evgeny@kuznetsov.md> | 2023-03-22 15:57:31 +0300 |
commit | 9b620cf187d0cb19619e42d15b2c54e932aadc9d (patch) | |
tree | 347090a71974676e2c483f86e3c29783893997b0 /main.go | |
parent | ea0fa8fcf7a911aaa3023f5efb47db9daa9d2c3c (diff) | |
download | static-wm-9b620cf187d0cb19619e42d15b2c54e932aadc9d.tar.gz static-wm-9b620cf187d0cb19619e42d15b2c54e932aadc9d.zip |
fix: error message wording
Diffstat (limited to 'main.go')
-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. |