From 6fc13b3938a81d4fd74f46b63f3cfc7a9941608e 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 The original explanation was overly wordy, contained mildly questionable punctuation, and did not wrap at 80 characters. This rewording fixes all of these issues. --- 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 2d9be90381f405..e5a368a00072f9 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]