Skip to content

Commit

Permalink
Add missing !
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Jan 13, 2022
1 parent 976492b commit 89292d3
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 @@ -5321,7 +5321,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 89292d3

Please sign in to comment.