From cc1c3a7c9402cf62e2d999348abda77e351bdd6b Mon Sep 17 00:00:00 2001 From: Warkanlock Date: Tue, 21 Jun 2022 11:08:21 +0200 Subject: [PATCH] stream: fix typo on comment and change name of parameter in the documentation file --- doc/api/stream.md | 2 +- lib/internal/webstreams/adapters.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/stream.md b/doc/api/stream.md index ccb70139c541fe..2530ef6b552004 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2807,7 +2807,7 @@ added: Returns whether the stream is readable. -### `stream.Readable.toWeb(streamReadable[, strategy])` +### `stream.Readable.toWeb(streamReadable[, options])`