This commit is contained in:
Craig Jellick 2015-05-29 16:26:01 -07:00
parent 1551221275
commit 8ba5eaa6df
1 changed files with 1 additions and 1 deletions

2
doc.go
View File

@ -24,7 +24,7 @@
// ... Use conn to send and receive messages. // ... Use conn to send and receive messages.
// } // }
// //
// Call the connection WriteMessage and ReadMessages methods to send and // Call the connection's WriteMessage and ReadMessage methods to send and
// receive messages as a slice of bytes. This snippet of code shows how to echo // receive messages as a slice of bytes. This snippet of code shows how to echo
// messages using these methods: // messages using these methods:
// //