Browse Source

Merge pull request #67 from cjellick/fix-typo

Fix typo
Gary Burd 10 năm trước cách đây
mục cha
commit
a3ec486e6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc.go

+ 1 - 1
doc.go

@@ -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:
 //