From ac9908fe3710d0c00c4f72bff92e4717fa2f0f6c Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 8 Jul 2019 14:58:24 -0700 Subject: [PATCH] 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 Reviewed-By: Trivikram Kamat Reviewed-By: Ruben Bridgewater --- doc/api/stream.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index 57babaf3020952..471a0cdda49942 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