aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-07-08 14:58:24 -0700
committerMichaƫl Zasso <targos@protonmail.com>2019-07-20 11:05:25 +0200
commitac9908fe3710d0c00c4f72bff92e4717fa2f0f6c (patch)
treefe0e908bc6c93c2ba77fc3e2f1a49b73be6fd4fb /doc
parentb4643dd9dcf6c01eed446a83354674a8786d009d (diff)
downloadandroid-node-v8-ac9908fe3710d0c00c4f72bff92e4717fa2f0f6c.tar.gz
android-node-v8-ac9908fe3710d0c00c4f72bff92e4717fa2f0f6c.tar.bz2
android-node-v8-ac9908fe3710d0c00c4f72bff92e4717fa2f0f6c.zip
doc: update stream.md "Organization of this Document"
Revise the text of "Organization of this Document" in stream.md for simplicity. PR-URL: https://github.com/nodejs/node/pull/28601 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/stream.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 57babaf302..471a0cdda4 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -28,10 +28,9 @@ the `stream` module directly.
## Organization of this Document
-This document is divided into two primary sections with a third section for
-additional notes. The first section explains the elements of the stream API that
-are required to *use* streams within an application. The second section explains
-the elements of the API that are required to *implement* new types of streams.
+This document contains two primary sections and a third section for notes. The
+first section explains how to use existing streams within an application. The
+second section explains how to create new types of streams.
## Types of Streams