From 8ba5eaa6df7a61d7f49d50d9561df9e6f9122b04 Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Fri, 29 May 2015 16:26:01 -0700 Subject: [PATCH] Fix typo --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 0d2bd91..f52925d 100644 --- a/doc.go +++ b/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: //