Craig Jellick 10 lat temu
rodzic
commit
8ba5eaa6df
1 zmienionych plików z 1 dodań i 1 usunięć
  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:
 //