Commit 25a81e77 authored by Mikio Hara's avatar Mikio Hara

net: add missing comma on BUGS section for consistency

Change-Id: Ic96fb52f37257e06e77cc08da5c73ea6f9ff158c
Reviewed-on: https://go-review.googlesource.com/33592Reviewed-by: default avatarJoe Tsai <thebrokentoaster@gmail.com>
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
parent 7e455163
......@@ -15,8 +15,8 @@ import (
// BUG(mikio): On Windows, the File method of UDPConn is not
// implemented.
// BUG(mikio): On NaCl the ListenMulticastUDP function is
// not implemented.
// BUG(mikio): On NaCl, the ListenMulticastUDP function is not
// implemented.
// UDPAddr represents the address of a UDP end point.
type UDPAddr struct {
......
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