Skip to content

Commit

Permalink
doc: minor improvements to buffer.md
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and BethGriggs committed Dec 3, 2018
1 parent 0649148 commit d79e7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/buffer.md
Expand Up @@ -15,9 +15,9 @@ With [`TypedArray`] now available, the `Buffer` class implements the
Instances of the `Buffer` class are similar to arrays of integers but
correspond to fixed-sized, raw memory allocations outside the V8 heap.
The size of the `Buffer` is established when it is created and cannot be
resized.
changed.

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
would need to ever use `require('buffer').Buffer`.

Examples:
Expand Down

0 comments on commit d79e7d6

Please sign in to comment.