浏览代码

go.net/ipv6: remove RawConn reference from package documentation

This package doesn't have RawConn type.

R=dave
CC=golang-dev
https://golang.org/cl/10042043
Mikio Hara 12 年之前
父节点
当前提交
d99d2dcd45
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      ipv6/doc.go

+ 4 - 4
ipv6/doc.go

@@ -135,10 +135,10 @@
 //
 // More multicasting
 //
-// An application that uses PacketConn or RawConn might join the
-// multiple group addresses.  For example, a UDP listener with port
-// 1024 might join two different groups across over two different
-// network interfaces by using:
+// An application that uses PacketConn may join multiple group
+// addresses.  For example, a UDP listener with port 1024 might join
+// two different groups across over two different network interfaces
+// by using:
 //
 //	c, err := net.ListenPacket("udp6", "[::]:1024")
 //	if err != nil {