We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d0f1e commit 7e81497Copy full SHA for 7e81497
transport/http/host.go
@@ -69,7 +69,7 @@ func ValidPortNumber(port string) bool {
69
return true
70
}
71
72
-// ValidHostLabel returns whether the label is a valid RFC 3986 host abel.
+// ValidHostLabel returns whether the label is a valid RFC 3986 host label.
73
func ValidHostLabel(label string) bool {
74
if l := len(label); l == 0 || l > 63 {
75
return false
0 commit comments