This repository was archived by the owner on Apr 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1065,7 +1065,7 @@ Reference Instructions
1065
1065
1066
1066
12. Assert: due to :ref: `validation <valid-array.fill >`, the :ref: `array instance <syntax-arrayinst >` :math: `S.\SARRAYS [a]` exists.
1067
1067
1068
- 13. If :math: `d + n` is larger than or equal to the length of :math: `S.\SARRAYS [a].\AIFIELDS `, then:
1068
+ 13. If :math: `d + n` is larger than the length of :math: `S.\SARRAYS [a].\AIFIELDS `, then:
1069
1069
1070
1070
a. Trap.
1071
1071
@@ -1175,11 +1175,11 @@ Reference Instructions
1175
1175
1176
1176
23. Assert: due to :ref: `validation <valid-array.copy >`, the :ref: `array instance <syntax-arrayinst >` :math: `S.\SARRAYS [a_2 ]` exists.
1177
1177
1178
- 24. If :math: `d + n` is larger than or equal to the length of :math: `S.\SARRAYS [a_1 ].\AIFIELDS `, then:
1178
+ 24. If :math: `d + n` is larger than the length of :math: `S.\SARRAYS [a_1 ].\AIFIELDS `, then:
1179
1179
1180
1180
a. Trap.
1181
1181
1182
- 25. If :math: `s + n` is larger than or equal to the length of :math: `S.\SARRAYS [a_2 ].\AIFIELDS `, then:
1182
+ 25. If :math: `s + n` is larger than the length of :math: `S.\SARRAYS [a_2 ].\AIFIELDS `, then:
1183
1183
1184
1184
a. Trap.
1185
1185
You can’t perform that action at this time.
0 commit comments