Skip to content

Commit 4870e99

Browse files
Trotttargos
authored andcommitted
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 a214033 commit 4870e99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/buffer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -918,8 +918,8 @@ added: v0.11.3
918918

919919
* {integer} **Default:** `8192`
920920

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

924924
### buf[index]
925925
<!-- YAML

0 commit comments

Comments
 (0)