Skip to content

Commit 7e81497

Browse files
authored
transport/http: fix go doc typo (#554)
1 parent a7d0f1e commit 7e81497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transport/http/host.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func ValidPortNumber(port string) bool {
6969
return true
7070
}
7171

72-
// ValidHostLabel returns whether the label is a valid RFC 3986 host abel.
72+
// ValidHostLabel returns whether the label is a valid RFC 3986 host label.
7373
func ValidHostLabel(label string) bool {
7474
if l := len(label); l == 0 || l > 63 {
7575
return false

0 commit comments

Comments
 (0)