Skip to content

Commit

Permalink
Editorial: remove unused parameter to WritableStreamFinishErroring
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragiyski authored May 11, 2021
1 parent cc29ed3 commit 316530a
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 @@ -4294,7 +4294,7 @@ the {{WritableStream}}'s public API.

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

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

0 comments on commit 316530a

Please sign in to comment.