Skip to content

Commit c03a94a

Browse files
committed
Fix echo example godoc comment
1 parent ad89367 commit c03a94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_echo_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"nhooyr.io/websocket/wsjson"
1717
)
1818

19-
// Example_echo starts a WebSocket echo server and
19+
// main starts a WebSocket echo server and
2020
// then dials the server and sends 5 different messages
2121
// and prints out the server's responses.
2222
func Example_echo() {

0 commit comments

Comments
 (0)