From 9e39a84f884797c1030e7a7cf2ff75b35967effc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 9 Apr 2022 19:52:09 +0200 Subject: [PATCH] doc: add missing punctuation in Web Streams doc PR-URL: https://github.com/nodejs/node/pull/42672 Reviewed-By: Colin Ihrig Reviewed-By: Darshan Sen --- 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 ba61630ec979d7..7e4e2e8c097e7d 100644 --- a/doc/api/webstreams.md +++ b/doc/api/webstreams.md @@ -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.