We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0dd476 commit c31eaadCopy full SHA for c31eaad
doc/api/buffer.markdown
@@ -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 = new Buffer(10);
0 commit comments