We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef8e11 commit 02080e9Copy full SHA for 02080e9
internal/examples/chat/chat_test.go
@@ -52,7 +52,7 @@ func Test_chatServer(t *testing.T) {
52
// 10 clients are started that send 128 different
53
// messages of max 128 bytes concurrently.
54
//
55
- // The test verifies that every message is seen by ever client
+ // The test verifies that every message is seen by every client
56
// and no errors occur anywhere.
57
t.Run("concurrency", func(t *testing.T) {
58
t.Parallel()
0 commit comments