We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e701d commit 9e39a84Copy full SHA for 9e39a84
doc/api/webstreams.md
@@ -29,7 +29,7 @@ streaming data. It is similar to the Node.js [Streams][] API but emerged later
29
and has become the "standard" API for streaming data across many JavaScript
30
environments.
31
32
-There are three primary types of objects
+There are three primary types of objects:
33
34
* `ReadableStream` - Represents a source of streaming data.
35
* `WritableStream` - Represents a destination for streaming data.
0 commit comments