Skip to content

Commit 02080e9

Browse files
Fix a typo in chat_test.go (#491)
Fix typo in chat_test.go Co-authored-by: Mathias Fredriksson <[email protected]>
1 parent cef8e11 commit 02080e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/examples/chat/chat_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func Test_chatServer(t *testing.T) {
5252
// 10 clients are started that send 128 different
5353
// messages of max 128 bytes concurrently.
5454
//
55-
// The test verifies that every message is seen by ever client
55+
// The test verifies that every message is seen by every client
5656
// and no errors occur anywhere.
5757
t.Run("concurrency", func(t *testing.T) {
5858
t.Parallel()

0 commit comments

Comments
 (0)