Skip to content

Commit 3db0d62

Browse files
committed
doc: reword poolSize explanation in buffer.md
The original explanation was overly wordy, contained mildly questionable punctuation, and did not wrap at 80 characters. This rewording fixes all of these issues. PR-URL: #19785 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 8b1db6d commit 3db0d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/buffer.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -926,8 +926,8 @@ added: v0.11.3
926926

927927
* {integer} **Default:** `8192`
928928

929-
This is the number of bytes used to determine the size of pre-allocated, internal
930-
`Buffer` instances used for pooling. This value may be modified.
929+
This is the size (in bytes) of pre-allocated internal `Buffer` instances used
930+
for pooling. This value may be modified.
931931

932932
### buf[index]
933933
<!-- YAML

0 commit comments

Comments
 (0)