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]