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
diff options
context:
space:
mode:
-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.