Skip to content

Commit

Permalink
Update constructors.md: Incorrect list order
Browse files Browse the repository at this point in the history
Added two spaces in first element </details> 
It was not containing indented lines
Before:
     <details>
</details>
After:
    <details>
    </details>
  • Loading branch information
saharulik authored and jrprice committed Aug 14, 2024
1 parent 5993ce3 commit 9baa6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/types/matrices/constructors.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Matrices have three kinds of constructors:

`mat3x2f()` constructs a `mat3x2f` with zero-values for each of the elements.

</details>
</details>

1. Column-wise constructor: {{< mat "mat(C)x(R)<f32>(column_0, column_1, ...)" >}}

Expand Down

0 comments on commit 9baa6be

Please sign in to comment.