From 3ac7f86c2bbd50ebcebb323c3b545f35b1350ebc 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: 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(-) (limited to 'doc') diff --git a/doc/api/webstreams.md b/doc/api/webstreams.md index 9f356360078..2e81806d85e 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. -- cgit v1.2.3