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.
 
 	*/