Skip to content

Commit bd9b335

Browse files
Fix note
1 parent 4b44128 commit bd9b335

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
@@ -3384,8 +3384,8 @@ The following abstract operations support the implementation of the
33843384
descriptor/bytes filled=].
33853385
1. Set |ready| to true.
33863386
<p class="note">A descriptor for a {{ReadableStreamBYOBReader/read()}} request
3387-
that is not yet completely filled will stay at the head of the queue, so the [=underlying source=]
3388-
can keep filling it.
3387+
that is not yet filled up to its minimum length will stay at the head of the queue, so the
3388+
[=underlying source=] can keep filling it.
33893389
1. Let |queue| be |controller|.[=ReadableByteStreamController/[[queue]]=].
33903390
1. [=While=] |totalBytesToCopyRemaining| > 0,
33913391
1. Let |headOfQueue| be |queue|[0].
@@ -3642,8 +3642,8 @@ The following abstract operations support the implementation of the
36423642
1. If |pullIntoDescriptor|'s [=pull-into descriptor/bytes filled=] &lt; |pullIntoDescriptor|'s
36433643
[=pull-into descriptor/minimum fill=], return.
36443644
<p class="note">A descriptor for a {{ReadableStreamBYOBReader/read()}} request
3645-
that is not yet completely filled will stay at the head of the queue, so the [=underlying source=]
3646-
can keep filling it.
3645+
that is not yet filled up to its minimum length will stay at the head of the queue, so the
3646+
[=underlying source=] can keep filling it.
36473647
1. Perform ! [$ReadableByteStreamControllerShiftPendingPullInto$](|controller|).
36483648
1. Let |remainderSize| be |pullIntoDescriptor|'s [=pull-into descriptor/bytes filled=] mod
36493649
|pullIntoDescriptor|'s [=pull-into descriptor/element size=].

0 commit comments

Comments
 (0)