Skip to content

Commit 316530a

Browse files
authored
Editorial: remove unused parameter to WritableStreamFinishErroring
1 parent cc29ed3 commit 316530a

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
@@ -4294,7 +4294,7 @@ the {{WritableStream}}'s public API.
42944294

42954295
<div algorithm>
42964296
<dfn abstract-op lt="WritableStreamFinishErroring"
4297-
id="writable-stream-finish-erroring">WritableStreamFinishErroring(|stream|, |reason|)</dfn>
4297+
id="writable-stream-finish-erroring">WritableStreamFinishErroring(|stream|)</dfn>
42984298
performs the following steps:
42994299

43004300
1. Assert: |stream|.[=WritableStream/[[state]]=] is "`erroring`".

0 commit comments

Comments
 (0)