diff --git a/doc/api/buffer.md b/doc/api/buffer.md index 5dbb15e8c4a53d..ae0182aea5646b 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -2306,6 +2306,9 @@ added: v3.0.0 On 32-bit architectures, this value is `(2^30)-1` (~1GB). On 64-bit architectures, this value is `(2^31)-1` (~2GB). +Note that this is a property on the `buffer` module as returned by +`require('buffer')`, not on the `Buffer` global or a `Buffer` instance. + ## buffer.transcode(source, fromEnc, toEnc)