Skip to content

Commit 9beefc2

Browse files
riceadomenic
authored andcommitted
Editorial: Linkify WritableStreamDealWithRejection
One use of WritableStreamDefaultDealWithRejection was not linkified. Fix it.
1 parent 8a7d92b commit 9beefc2

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
@@ -4425,7 +4425,7 @@ the {{WritableStream}}'s public API.
44254425
1. [=Reject=] |stream|.[=WritableStream/[[pendingAbortRequest]]=]'s [=pending abort
44264426
request/promise=] with |error|.
44274427
1. Set |stream|.[=WritableStream/[[pendingAbortRequest]]=] to undefined.
4428-
1. Perform ! WritableStreamDealWithRejection(|stream|, |error|).
4428+
1. Perform ! [$WritableStreamDealWithRejection$](|stream|, |error|).
44294429
</div>
44304430

44314431
<div algorithm>

0 commit comments

Comments
 (0)