From f533d742abe832eb2db770df6e444d69a91232dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= <tniessen@tnie.de> Date: Sat, 9 Apr 2022 17:15:52 +0200 Subject: [PATCH] doc: add missing punctuation in Web Streams doc --- doc/api/webstreams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md index 9f356360078f59..2e81806d85e07d 100644 --- a/doc/api/webstreams.md +++ b/doc/api/webstreams.md @@ -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.