Skip to content

Commit 3ac7f86

Browse files
authored
doc: add missing punctuation in Web Streams doc
PR-URL: #42672 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent bb762c5 commit 3ac7f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/webstreams.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ streaming data. It is similar to the Node.js [Streams][] API but emerged later
2121
and has become the "standard" API for streaming data across many JavaScript
2222
environments.
2323

24-
There are three primary types of objects
24+
There are three primary types of objects:
2525

2626
* `ReadableStream` - Represents a source of streaming data.
2727
* `WritableStream` - Represents a destination for streaming data.

0 commit comments

Comments
 (0)