summaryrefslogtreecommitdiff
path: root/href.go
diff options
context:
space:
mode:
Diffstat (limited to 'href.go')
-rw-r--r--href.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/href.go b/href.go
index 88c9680..0743807 100644
--- a/href.go
+++ b/href.go
@@ -11,7 +11,7 @@ import (
"golang.org/x/net/html/charset"
)
-var errNotHTML = errors.New("not HTML content")
+var errNotHTML = errors.New("Not HTML")
func title(n *html.Node) (s string) {
if n.Type == html.ElementNode && n.Data == "title" {