We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83262c6 commit 311f2acCopy full SHA for 311f2ac
index.bs
@@ -4580,7 +4580,7 @@ partial interface MLGraphBuilder {
4580
1. If |shapeA|[|sizeA| - 1] is not equal to |shapeB|[0], then [=exception/throw=] an "{{OperationError}}" {{DOMException}}.
4581
1. Let |shape| be an array whose size |size| is the maximum of |sizeA| and |sizeB|.
4582
1. [=map/For each=] |index| in [=the range=] 0 to |size|, exclusive:
4583
- 1. Set |shape|[|index|] to the maximum of |shapeA|[|index|] and |shapeB|[|index|].
+ 1. Set |shape|[|index|] to the maximum of |shapeA|[|index|] and |shapeB|[|index|].
4584
1. Return |shape|.
4585
</div>
4586
</details>
0 commit comments