Skip to content

Commit 8c288dc

Browse files
authored
docs: Fix typo. (gorilla#568)
1 parent d113569 commit 8c288dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,9 @@
187187
// than the largest message do not provide any benefit.
188188
//
189189
// Depending on the distribution of message sizes, setting the buffer size to
190-
// to a value less than the maximum expected message size can greatly reduce
191-
// memory use with a small impact on performance. Here's an example: If 99% of
192-
// the messages are smaller than 256 bytes and the maximum message size is 512
190+
// a value less than the maximum expected message size can greatly reduce memory
191+
// use with a small impact on performance. Here's an example: If 99% of the
192+
// messages are smaller than 256 bytes and the maximum message size is 512
193193
// bytes, then a buffer size of 256 bytes will result in 1.01 more system calls
194194
// than a buffer size of 512 bytes. The memory savings is 50%.
195195
//

0 commit comments

Comments
 (0)