From c03a94ac26c6866b1b25809237192c5d47cc286d Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Wed, 24 Apr 2019 23:20:52 -0400
Subject: [PATCH] Fix echo example godoc comment

---
 example_echo_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example_echo_test.go b/example_echo_test.go
index f424eef..99b293b 100644
--- a/example_echo_test.go
+++ b/example_echo_test.go
@@ -16,7 +16,7 @@ import (
 	"nhooyr.io/websocket/wsjson"
 )
 
-// Example_echo starts a WebSocket echo server and
+// main starts a WebSocket echo server and
 // then dials the server and sends 5 different messages
 // and prints out the server's responses.
 func Example_echo() {
-- 
GitLab