Skip to content

Commit

Permalink
Bug fix: Correct indentation of an iteration substep (webmachinelearn…
Browse files Browse the repository at this point in the history
…ing#522)

Bikeshed markdown requires the indentation to be at least 4 spaces.
  • Loading branch information
inexorabletash authored Jan 22, 2024
1 parent 83262c6 commit 311f2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4580,7 +4580,7 @@ partial interface MLGraphBuilder {
1. If |shapeA|[|sizeA| - 1] is not equal to |shapeB|[0], then [=exception/throw=] an "{{OperationError}}" {{DOMException}}.
1. Let |shape| be an array whose size |size| is the maximum of |sizeA| and |sizeB|.
1. [=map/For each=] |index| in [=the range=] 0 to |size|, exclusive:
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|].
1. Return |shape|.
</div>
</details>
Expand Down

0 comments on commit 311f2ac

Please sign in to comment.