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: #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 danielleadams committed Apr 24, 2022
1 parent 257a7a5 commit c08efba
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 c08efba

Please sign in to comment.