Skip to content

Commit 9e39a84

Browse files
tniessenjuanarbol
authored andcommitted
doc: add missing punctuation in Web Streams doc
PR-URL: #42672 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 50e701d commit 9e39a84

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
@@ -29,7 +29,7 @@ streaming data. It is similar to the Node.js [Streams][] API but emerged later
2929
and has become the "standard" API for streaming data across many JavaScript
3030
environments.
3131

32-
There are three primary types of objects
32+
There are three primary types of objects:
3333

3434
* `ReadableStream` - Represents a source of streaming data.
3535
* `WritableStream` - Represents a destination for streaming data.

0 commit comments

Comments
 (0)