From 78f7adcc393c84d3bf6704da5541c84a4b109f78 Mon Sep 17 00:00:00 2001 From: Mattias Buelens Date: Fri, 9 Jun 2023 17:08:46 +0200 Subject: [PATCH] Fix typo --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.