mirror of https://github.com/nodejs/node.git
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:
parent
bb762c5bd0
commit
3ac7f86c2b
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue