From db3e79986d86af2723ee06c04f0284465e32bb29 Mon Sep 17 00:00:00 2001 From: Jie Li <626678853@qq.com> Date: Sat, 18 Apr 2015 13:58:37 +0800 Subject: [PATCH] Fix typo in comment --- conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conn.go b/conn.go index 86c35e5..e719f1c 100644 --- a/conn.go +++ b/conn.go @@ -801,7 +801,7 @@ func (c *Conn) SetPingHandler(h func(string) error) { c.handlePing = h } -// SetPongHandler sets then handler for pong messages received from the peer. +// SetPongHandler sets the handler for pong messages received from the peer. // The default pong handler does nothing. func (c *Conn) SetPongHandler(h func(string) error) { if h == nil {