Skip to content

Commit 1073f09

Browse files
Trotttargos
authored andcommitted
doc: minor improvements to buffer.md
PR-URL: #19547 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 9845fc3 commit 1073f09

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
@@ -18,9 +18,9 @@ use cases.
1818
Instances of the `Buffer` class are similar to arrays of integers but
1919
correspond to fixed-sized, raw memory allocations outside the V8 heap.
2020
The size of the `Buffer` is established when it is created and cannot be
21-
resized.
21+
changed.
2222

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

2626
```js

0 commit comments

Comments
 (0)