Skip to content

Commit

Permalink
transport/http: fix go doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b authored Dec 2, 2024
1 parent bed421c commit fd2b745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/http/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func ValidPortNumber(port string) bool {
return true
}

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

0 comments on commit fd2b745

Please sign in to comment.