Skip to content

Commit 361897c

Browse files
authored
Editorial: Fix numbering in WritableStreamAbort
1 parent 63159a3 commit 361897c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

index.bs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4508,10 +4508,8 @@ The following abstract operations operate on {{WritableStream}} instances at a h
45084508
|stream|.[=WritableStream/[[controller]]=].[=WritableStreamDefaultController/[[signal]]=].
45094509
1. Let |state| be |stream|.[=WritableStream/[[state]]=].
45104510
1. If |state| is "`closed`" or "`errored`", return [=a promise resolved with=] undefined.
4511-
4512-
<p class="note">We re-check the state because [=signaling abort=] runs author code and that might
4513-
have changed the state.
4514-
4511+
<p class="note">We re-check the state because [=signaling abort=] runs author code and that might
4512+
have changed the state.
45154513
1. If |stream|.[=WritableStream/[[pendingAbortRequest]]=] is not undefined, return
45164514
|stream|.[=WritableStream/[[pendingAbortRequest]]=]'s [=pending abort request/promise=].
45174515
1. Assert: |state| is "`writable`" or "`erroring`".

0 commit comments

Comments
 (0)