Skip to content

Commit 4c88bdd

Browse files
Meta: fix ref for break
1 parent dd4e180 commit 4c88bdd

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
@@ -3579,7 +3579,7 @@ The following abstract operations support the implementation of the
35793579
1. Let |filledPullIntos| be a new empty [=list=].
35803580
1. [=While=] |controller|.[=ReadableByteStreamController/[[pendingPullIntos]]=] is not
35813581
[=list/is empty|empty=],
3582-
1. If |controller|.[=ReadableByteStreamController/[[queueTotalSize]]=] is 0, then [=break=].
3582+
1. If |controller|.[=ReadableByteStreamController/[[queueTotalSize]]=] is 0, then [=iteration/break=].
35833583
1. Let |pullIntoDescriptor| be
35843584
|controller|.[=ReadableByteStreamController/[[pendingPullIntos]]=][0].
35853585
1. If ! [$ReadableByteStreamControllerFillPullIntoDescriptorFromQueue$](|controller|,

0 commit comments

Comments
 (0)