diff --git a/doc/api/buffers.markdown b/doc/api/buffers.markdown index 2a9b973af6..cb32e6cb7b 100644 --- a/doc/api/buffers.markdown +++ b/doc/api/buffers.markdown @@ -81,6 +81,9 @@ Example: copy an ASCII string into a buffer, one byte at a time: // node.js +### Buffer.isBuffer(obj) + +Tests if `obj` is a `Buffer`. ### Buffer.byteLength(string, encoding='utf8')