Merge pull request #67 from cjellick/fix-typo

Fix typo
This commit is contained in:
Gary Burd 2015-05-29 20:03:52 -07:00
commit a3ec486e6a
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.
// }
//
// 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
// messages using these methods:
//