Skip to content

Commit 311f2ac

Browse files
Bug fix: Correct indentation of an iteration substep (#522)
Bikeshed markdown requires the indentation to be at least 4 spaces.
1 parent 83262c6 commit 311f2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4580,7 +4580,7 @@ partial interface MLGraphBuilder {
45804580
1. If |shapeA|[|sizeA| - 1] is not equal to |shapeB|[0], then [=exception/throw=] an "{{OperationError}}" {{DOMException}}.
45814581
1. Let |shape| be an array whose size |size| is the maximum of |sizeA| and |sizeB|.
45824582
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|].
4583+
1. Set |shape|[|index|] to the maximum of |shapeA|[|index|] and |shapeB|[|index|].
45844584
1. Return |shape|.
45854585
</div>
45864586
</details>

0 commit comments

Comments
 (0)