Skip to content

Commit

Permalink
doc: add missing punctuation in Web Streams doc
Browse files Browse the repository at this point in the history
PR-URL: #42672
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
tniessen committed Apr 9, 2022
1 parent bb762c5 commit 3ac7f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/webstreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ streaming data. It is similar to the Node.js [Streams][] API but emerged later
and has become the "standard" API for streaming data across many JavaScript
environments.

There are three primary types of objects
There are three primary types of objects:

* `ReadableStream` - Represents a source of streaming data.
* `WritableStream` - Represents a destination for streaming data.
Expand Down

0 comments on commit 3ac7f86

Please sign in to comment.