We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0649148 commit d79e7d6Copy full SHA for d79e7d6
doc/api/buffer.md
@@ -15,9 +15,9 @@ With [`TypedArray`] now available, the `Buffer` class implements the
15
Instances of the `Buffer` class are similar to arrays of integers but
16
correspond to fixed-sized, raw memory allocations outside the V8 heap.
17
The size of the `Buffer` is established when it is created and cannot be
18
-resized.
+changed.
19
20
-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
21
would need to ever use `require('buffer').Buffer`.
22
23
Examples:
0 commit comments