Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Jun 9, 2023
1 parent f1572e5 commit 78f7adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3430,7 +3430,7 @@ The following abstract operations support the implementation of the
[=pull-into descriptor/minimum fill=].
1. Let |maxAlignedBytes| be |maxBytesFilled| − (|maxBytesFilled| mod |pullIntoDescriptor|'s
[=pull-into descriptor/element size=]).
1. If |maxAlignedBytes| ≥ [=pull-into descriptor/minimum fill=],
1. If |maxAlignedBytes| ≥ |pullIntoDescriptor|'s [=pull-into descriptor/minimum fill=],
1. Set |totalBytesToCopyRemaining| to |maxAlignedBytes| − |pullIntoDescriptor|'s [=pull-into
descriptor/bytes filled=].
1. Set |ready| to true.
Expand Down

0 comments on commit 78f7adc

Please sign in to comment.