Skip to content

Commit

Permalink
Add missing !
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Dec 15, 2021
1 parent 5ad7a0f commit 26763ae
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 @@ -5190,7 +5190,7 @@ The following abstract operations support the implementation of the
1. Assert: |stream|.[=WritableStream/[[state]]=] is "`writable`".
1. Set |controller|.[=WritableStreamDefaultController/[[releaseBackpressure]]=] to true.
1. If ! [$WritableStreamHasOperationMarkedInFlight$](|stream|) is false and
[$WritableStreamCloseQueuedOrInFlight$](|stream|) is false,
! [$WritableStreamCloseQueuedOrInFlight$](|stream|) is false,
1. Let |backpressure| be ! [$WritableStreamDefaultControllerGetBackpressure$](|controller|).
1. Perform ! [$WritableStreamUpdateBackpressure$](|stream|, |backpressure|).
</div>
Expand Down

0 comments on commit 26763ae

Please sign in to comment.