Skip to content

Commit 58ab202

Browse files
committed
Cleanup grammar in README
1 parent fa825fd commit 58ab202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ In terms of performance, the differences mostly depend on your application code.
138138
reuses message buffers out of the box if you use the wsjson and wspb subpackages.
139139
As mentioned above, nhooyr.io/websocket also supports concurrent writers.
140140

141-
The WebSocket masking algorithm used by this package is also [1.75x](https://github.com/nhooyr/websocket/releases/tag/v1.7.4) faster
142-
on average than gorilla/websocket or gobwas/ws while using pure safe Go.
141+
The WebSocket masking algorithm used by this package is also [1.75x](https://github.com/nhooyr/websocket/releases/tag/v1.7.4)
142+
faster than gorilla/websocket or gobwas/ws while using only pure safe Go.
143143

144144
The only performance con to nhooyr.io/websocket is that it uses one extra goroutine to support
145145
cancellation with context.Context. This costs 2 KB of memory which is cheap compared to

0 commit comments

Comments
 (0)