We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e119d commit ee1865dCopy full SHA for ee1865d
doc/api/buffer.md
@@ -18,7 +18,7 @@ The size of the `Buffer` is established when it is created and cannot be
18
resized.
19
20
The `Buffer` class is a global within Node.js, making it unlikely that one
21
-would need to ever use `require('buffer')`.
+would need to ever use `require('buffer').Buffer`.
22
23
```js
24
const buf1 = Buffer.alloc(10);
0 commit comments