Skip to content

Commit

Permalink
Fix note
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Jan 18, 2022
1 parent 86b6982 commit 559eea4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3382,8 +3382,8 @@ The following abstract operations support the implementation of the
descriptor/bytes filled=].
1. Set |ready| to true.
<p class="note">A descriptor for a {{ReadableStreamBYOBReader/read()}} request
that is not yet completely filled will stay at the head of the queue, so the [=underlying source=]
can keep filling it.
that is not yet filled up to its minimum length will stay at the head of the queue, so the
[=underlying source=] can keep filling it.
1. Let |queue| be |controller|.[=ReadableByteStreamController/[[queue]]=].
1. [=While=] |totalBytesToCopyRemaining| > 0,
1. Let |headOfQueue| be |queue|[0].
Expand Down Expand Up @@ -3640,8 +3640,8 @@ The following abstract operations support the implementation of the
1. If |pullIntoDescriptor|'s [=pull-into descriptor/bytes filled=] &lt; |pullIntoDescriptor|'s
[=pull-into descriptor/minimum fill=], return.
<p class="note">A descriptor for a {{ReadableStreamBYOBReader/read()}} request
that is not yet completely filled will stay at the head of the queue, so the [=underlying source=]
can keep filling it.
that is not yet filled up to its minimum length will stay at the head of the queue, so the
[=underlying source=] can keep filling it.
1. Perform ! [$ReadableByteStreamControllerShiftPendingPullInto$](|controller|).
1. Let |remainderSize| be |pullIntoDescriptor|'s [=pull-into descriptor/bytes filled=] mod
|pullIntoDescriptor|'s [=pull-into descriptor/element size=].
Expand Down

0 comments on commit 559eea4

Please sign in to comment.