Shelikhoo 9 年之前
父節點
當前提交
e382eaa59f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      transport/internet/ws/wsconn.go

+ 1 - 1
transport/internet/ws/wsconn.go

@@ -150,7 +150,7 @@ func (ws *wsconn) setup() {
 		https://godoc.org/github.com/gorilla/websocket#Conn.NextReader
 		https://godoc.org/github.com/gorilla/websocket#Conn.NextWriter
 
-		Both Read and write access are exclusive.
+		Both Read and write access are both exclusive.
 		And in both case it will need a lock.
 
 	*/