diff options
author | Rich Trott <rtrott@gmail.com> | 2018-04-03 22:24:52 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2018-04-05 19:10:14 -0700 |
commit | 3db0d62c683141769c6aa34b14289237e2c7baca (patch) | |
tree | 406228c6ce40403ef490a361226d52aaadebda9a /doc | |
parent | 8b1db6df8012a33b3da74de245074021c4c0c8ff (diff) | |
download | node-new-3db0d62c683141769c6aa34b14289237e2c7baca.tar.gz |
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: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/buffer.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/buffer.md b/doc/api/buffer.md index eb3b93e0f0..052e46a0e6 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -926,8 +926,8 @@ added: v0.11.3 * {integer} **Default:** `8192` -This is the number of bytes used to determine the size of pre-allocated, internal -`Buffer` instances used for pooling. This value may be modified. +This is the size (in bytes) of pre-allocated internal `Buffer` instances used +for pooling. This value may be modified. ### buf[index] <!-- YAML |