From 3db0d62c683141769c6aa34b14289237e2c7baca Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 3 Apr 2018 22:24:52 -0700 Subject: [PATCH] doc: reword poolSize explanation in buffer.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Vse Mozhet Byt Reviewed-By: Сковорода Никита Андреевич Reviewed-By: Trivikram Kamat Reviewed-By: James M Snell Reviewed-By: Gireesh Punathil --- doc/api/buffer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/buffer.md b/doc/api/buffer.md index eb3b93e0f0c..052e46a0e6a 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]