From e382eaa59fa9df9e028095d83363ad78ecf3ee33 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Mon, 15 Aug 2016 18:59:50 +0800 Subject: [PATCH] typo --- transport/internet/ws/wsconn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/internet/ws/wsconn.go b/transport/internet/ws/wsconn.go index 53ec6a37..57b961eb 100644 --- a/transport/internet/ws/wsconn.go +++ b/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. */