Skip to content

Commit d79e7d6

Browse files
TrottBethGriggs
authored andcommitted
doc: minor improvements to buffer.md
PR-URL: #19547 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 0649148 commit d79e7d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/buffer.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ With [`TypedArray`] now available, the `Buffer` class implements the
1515
Instances of the `Buffer` class are similar to arrays of integers but
1616
correspond to fixed-sized, raw memory allocations outside the V8 heap.
1717
The size of the `Buffer` is established when it is created and cannot be
18-
resized.
18+
changed.
1919

20-
The `Buffer` class is a global within Node.js, making it unlikely that one
20+
The `Buffer` class is within the global scope, making it unlikely that one
2121
would need to ever use `require('buffer').Buffer`.
2222

2323
Examples:

0 commit comments

Comments
 (0)