Skip to content

Commit ac9908f

Browse files
Trotttargos
authored andcommitted
doc: update stream.md "Organization of this Document"
Revise the text of "Organization of this Document" in stream.md for simplicity. PR-URL: #28601 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent b4643dd commit ac9908f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/api/stream.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ the `stream` module directly.
2828

2929
## Organization of this Document
3030

31-
This document is divided into two primary sections with a third section for
32-
additional notes. The first section explains the elements of the stream API that
33-
are required to *use* streams within an application. The second section explains
34-
the elements of the API that are required to *implement* new types of streams.
31+
This document contains two primary sections and a third section for notes. The
32+
first section explains how to use existing streams within an application. The
33+
second section explains how to create new types of streams.
3534

3635
## Types of Streams
3736

0 commit comments

Comments
 (0)