Skip to content

Commit bcc2049

Browse files
shannonboothdomenic
authored andcommitted
Editorial: Add mising ')' to ReadableStreamAddReadRequest definition
1 parent 1de47f0 commit bcc2049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2696,7 +2696,7 @@ the {{ReadableStream}}'s public API.
26962696

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

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

0 commit comments

Comments
 (0)