Skip to content

Commit 9e49c79

Browse files
Update index.bs
Co-authored-by: Mattias Buelens <[email protected]>
1 parent 9444f55 commit 9e49c79

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
@@ -2971,7 +2971,7 @@ The following abstract operations support the implementation of the
29712971
id="readable-stream-default-controller-enqueue">ReadableStreamDefaultControllerEnqueue(|controller|,
29722972
|chunk|, |transferList|)</dfn> performs the following steps:
29732973

2974-
1. Assert: |transferList| is empty or |controller|.[=ReadableStreamDefaultController/[[isOwning]]=] is true.
2974+
1. Assert: |transferList| [=list/is empty=] or |controller|.[=ReadableStreamDefaultController/[[isOwning]]=] is true.
29752975
1. If ! [$ReadableStreamDefaultControllerCanCloseOrEnqueue$](|controller|) is false, return.
29762976
1. Let |stream| be |controller|.[=ReadableStreamDefaultController/[[stream]]=].
29772977
1. If ! [$IsReadableStreamLocked$](|stream|) is true and !

0 commit comments

Comments
 (0)