Commit 1a7ce9dd authored by Tobias Klauser's avatar Tobias Klauser Committed by Brad Fitzpatrick

net: fix typo in parsePort documentation

Change-Id: Ia302d9018690cd26890f874c70bd0c429a4b51f0
Reviewed-on: https://go-review.googlesource.com/78975Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent bd41c678
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
package net 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 // corresponding value as port. It is the caller's responsibility to
// parse service as a non-decimal integer when needsLookup is true. // parse service as a non-decimal integer when needsLookup is true.
// //
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment