We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb762c5 commit 3ac7f86Copy full SHA for 3ac7f86
doc/api/webstreams.md
@@ -21,7 +21,7 @@ streaming data. It is similar to the Node.js [Streams][] API but emerged later
21
and has become the "standard" API for streaming data across many JavaScript
22
environments.
23
24
-There are three primary types of objects
+There are three primary types of objects:
25
26
* `ReadableStream` - Represents a source of streaming data.
27
* `WritableStream` - Represents a destination for streaming data.
0 commit comments