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 <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
  • Loading branch information
tniessen authored and juanarbol committed May 31, 2022
1 parent 50e701d commit 9e39a84
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 @@ -29,7 +29,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 9e39a84

Please sign in to comment.