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>
This commit is contained in:
Tobias Nießen 2022-04-09 19:52:09 +02:00 committed by GitHub
parent bb762c5bd0
commit 3ac7f86c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.