mod: unnecessary format change

This commit is contained in:
misu 2018-02-09 10:16:19 +09:00
parent e9a52af44b
commit f68770a434
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ const (
// connection after sending a close message.
var ErrCloseSent = errors.New("websocket: close sent")
// ErrReadLi mit is returned when reading a message that is larger than the
// ErrReadLimit is returned when reading a message that is larger than the
// read limit set for the connection.
var ErrReadLimit = errors.New("websocket: read limit exceeded")