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 <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
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

Lines changed: 2 additions & 2 deletions
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)