Skip to content

Commit

Permalink
doc: fix typo in readableStream.locked description
Browse files Browse the repository at this point in the history
PR-URL: nodejs#41923
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
tniessen authored and bengl committed Feb 21, 2022
1 parent 7b01a37 commit 1b7359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/webstreams.md
Expand Up @@ -149,7 +149,7 @@ added: v16.5.0
{ReadableStream}.

The `readableStream.locked` property is `false` by default, and is
switch to `true` while there is an active reader consuming the
switched to `true` while there is an active reader consuming the
stream's data.

#### `readableStream.cancel([reason])`
Expand Down

0 comments on commit 1b7359d

Please sign in to comment.