Skip to content

Commit 559eea4

Browse files
Fix note
1 parent 86b6982 commit 559eea4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -3382,8 +3382,8 @@ The following abstract operations support the implementation of the
33823382
descriptor/bytes filled=].
33833383
1. Set |ready| to true.
33843384
<p class="note">A descriptor for a {{ReadableStreamBYOBReader/read()}} request
3385-
that is not yet completely filled will stay at the head of the queue, so the [=underlying source=]
3386-
can keep filling it.
3385+
that is not yet filled up to its minimum length will stay at the head of the queue, so the
3386+
[=underlying source=] can keep filling it.
33873387
1. Let |queue| be |controller|.[=ReadableByteStreamController/[[queue]]=].
33883388
1. [=While=] |totalBytesToCopyRemaining| > 0,
33893389
1. Let |headOfQueue| be |queue|[0].
@@ -3640,8 +3640,8 @@ The following abstract operations support the implementation of the
36403640
1. If |pullIntoDescriptor|'s [=pull-into descriptor/bytes filled=] &lt; |pullIntoDescriptor|'s
36413641
[=pull-into descriptor/minimum fill=], return.
36423642
<p class="note">A descriptor for a {{ReadableStreamBYOBReader/read()}} request
3643-
that is not yet completely filled will stay at the head of the queue, so the [=underlying source=]
3644-
can keep filling it.
3643+
that is not yet filled up to its minimum length will stay at the head of the queue, so the
3644+
[=underlying source=] can keep filling it.
36453645
1. Perform ! [$ReadableByteStreamControllerShiftPendingPullInto$](|controller|).
36463646
1. Let |remainderSize| be |pullIntoDescriptor|'s [=pull-into descriptor/bytes filled=] mod
36473647
|pullIntoDescriptor|'s [=pull-into descriptor/element size=].

0 commit comments

Comments
 (0)