1
0
mirror of https://github.com/golang/go synced 2024-11-11 18:51:37 -07:00

net: Fix grammar error

Change-Id: I1c2e17b25ca91be37a18c47e70678c3753070fb8
Reviewed-on: https://go-review.googlesource.com/34827
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
This commit is contained in:
Kevin Burke 2017-01-05 17:49:08 -08:00 committed by Brad Fitzpatrick
parent b07363da16
commit 867dcb5570

View File

@ -14,7 +14,7 @@ import (
// IPv4 packet, including its header, even if there is space
// available. This can occur even in cases where Read or ReadMsgIP
// could return a complete packet. For this reason, it is recommended
// that you do not uses these methods if it is important to receive a
// that you do not use these methods if it is important to receive a
// full packet.
//
// The Go 1 compatibility guidelines make it impossible for us to