diff --git a/index.bs b/index.bs index 36f598619..6759319c3 100644 --- a/index.bs +++ b/index.bs @@ -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.