mirror of https://github.com/golang/go.git
net: fix typo in parsePort documentation
Change-Id: Ia302d9018690cd26890f874c70bd0c429a4b51f0 Reviewed-on: https://go-review.googlesource.com/78975 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
bd41c6783b
commit
1a7ce9dd59
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
package net
|
||||
|
||||
// parsePort parses service as a decimal interger and returns the
|
||||
// parsePort parses service as a decimal integer and returns the
|
||||
// corresponding value as port. It is the caller's responsibility to
|
||||
// parse service as a non-decimal integer when needsLookup is true.
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue