We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbddeb commit db3e799Copy full SHA for db3e799
conn.go
@@ -801,7 +801,7 @@ func (c *Conn) SetPingHandler(h func(string) error) {
801
c.handlePing = h
802
}
803
804
-// SetPongHandler sets then handler for pong messages received from the peer.
+// SetPongHandler sets the handler for pong messages received from the peer.
805
// The default pong handler does nothing.
806
func (c *Conn) SetPongHandler(h func(string) error) {
807
if h == nil {
0 commit comments