Skip to content

Commit

Permalink
streams: fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Jan 2, 2024
1 parent 31476c7 commit d36f440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/webstreams/readablestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ class ReadableStreamBYOBReader {
* min? : number
* }} [options]
* @returns {Promise<{
* view : ArrayBufferView,
* value : ArrayBufferView,
* done : boolean,
* }>}
*/
Expand Down

0 comments on commit d36f440

Please sign in to comment.