Skip to content

Commit 1778368

Browse files
committed
Improve language in performance comparison
1 parent 3e3c879 commit 1778368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Some more advantages of nhooyr/websocket are that it supports concurrent writes
126126
very easy to close the connection with a status code and reason.
127127

128128
In terms of performance, the only difference is nhooyr/websocket is forced to use one extra
129-
goroutine to provide native context support. Otherwise, they should perform identically.
129+
goroutine for context.Context support. Otherwise, they perform identically.
130130

131131
### x/net/websocket
132132

0 commit comments

Comments
 (0)