mirror of https://github.com/gorilla/websocket.git
Fix documentation typos
This commit is contained in:
parent
234959944d
commit
6b3bf61ce8
3
doc.go
3
doc.go
|
@ -46,8 +46,7 @@
|
||||||
// method to get an io.WriteCloser, write the message to the writer and close
|
// method to get an io.WriteCloser, write the message to the writer and close
|
||||||
// the writer when done. To receive a message, call the connection NextReader
|
// the writer when done. To receive a message, call the connection NextReader
|
||||||
// method to get an io.Reader and read until io.EOF is returned. This snippet
|
// method to get an io.Reader and read until io.EOF is returned. This snippet
|
||||||
// snippet shows how to echo messages using the NextWriter and NextReader
|
// shows how to echo messages using the NextWriter and NextReader methods:
|
||||||
// methods:
|
|
||||||
//
|
//
|
||||||
// for {
|
// for {
|
||||||
// messageType, r, err := conn.NextReader()
|
// messageType, r, err := conn.NextReader()
|
||||||
|
|
Loading…
Reference in New Issue