Skip to content

Commit

Permalink
doc: fix typo in stream docs
Browse files Browse the repository at this point in the history
PR-URL: #40337
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
  • Loading branch information
juanarbol authored and nodejs-github-bot committed Oct 6, 2021
1 parent 28f711b commit 87da53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/stream.md
Expand Up @@ -2090,7 +2090,7 @@ added: REPLACEME
* `options` {Object}
* `encoding` {string}
* `highWaterMark` {number}
* `objectModel` {boolean}
* `objectMode` {boolean}
* `signal` {AbortSignal}
* Returns: {stream.Readable}

Expand Down

0 comments on commit 87da53c

Please sign in to comment.