We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9845fc3 commit 1073f09Copy full SHA for 1073f09
doc/api/buffer.md
@@ -18,9 +18,9 @@ use cases.
18
Instances of the `Buffer` class are similar to arrays of integers but
19
correspond to fixed-sized, raw memory allocations outside the V8 heap.
20
The size of the `Buffer` is established when it is created and cannot be
21
-resized.
+changed.
22
23
-The `Buffer` class is a global within Node.js, making it unlikely that one
+The `Buffer` class is within the global scope, making it unlikely that one
24
would need to ever use `require('buffer').Buffer`.
25
26
```js
0 commit comments