Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2022-04-09 20:52:09 +0300
committerGitHub <noreply@github.com>2022-04-09 20:52:09 +0300
commit3ac7f86c2bbd50ebcebb323c3b545f35b1350ebc (patch)
tree7217ba01a326a7545c72097dfa445fa9e2da50d4 /doc
parentbb762c5bd0ad57248042a28e460c9851e5c3216a (diff)
doc: add missing punctuation in Web Streams doc
PR-URL: https://github.com/nodejs/node/pull/42672 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/webstreams.md2
1 files changed, 1 insertions, 1 deletions
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.