Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ad5e30

Browse files
Trottrvagg
authored andcommittedAug 16, 2018
doc: remove ES6/ECMAScript 2015 from buffer.md
As the introduction of ES6 features recedes further into the past, it is less and less relevant (and more and more distracting) to cite it in documentation text. Remove mention in buffer.md. Backport-PR-URL: #21590 PR-URL: #19685 Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent efe28b8 commit 3ad5e30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎doc/api/buffer.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
77
Prior to the introduction of [`TypedArray`], the JavaScript language had no
88
mechanism for reading or manipulating streams of binary data. The `Buffer` class
9-
was introduced as part of the Node.js API to enable interaction with octet
10-
streams in TCP streams, file system operations, and other contexts.
9+
was introduced as part of the Node.js API to make it possible to interact with
10+
octet streams in the context of things like TCP streams and file system
11+
operations.
1112

1213
With [`TypedArray`] now available, the `Buffer` class implements the
1314
[`Uint8Array`] API in a manner that is more optimized and suitable for Node.js.

0 commit comments

Comments
 (0)
Please sign in to comment.