diff --git a/example_echo_test.go b/example_echo_test.go index f424eef3d23beacd375de1ae0c96e4e4fb447fb5..99b293b22d6c981c06034bcaf3ee2628a73d5346 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() {