Skip to content

Commit

Permalink
Editorial: Add mising ')' to ReadableStreamAddReadRequest definition
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonbooth authored and domenic committed Dec 2, 2024
1 parent 1de47f0 commit bcc2049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2696,7 +2696,7 @@ the {{ReadableStream}}'s public API.

<div algorithm>
<dfn abstract-op lt="ReadableStreamAddReadRequest"
id="readable-stream-add-read-request">ReadableStreamAddReadRequest(|stream|, |readRequest|</dfn>
id="readable-stream-add-read-request">ReadableStreamAddReadRequest(|stream|, |readRequest|)</dfn>
performs the following steps:

1. Assert: |stream|.[=ReadableStream/[[reader]]=] [=implements=] {{ReadableStreamDefaultReader}}.
Expand Down

0 comments on commit bcc2049

Please sign in to comment.