diff --git a/content/types/matrices/constructors.md b/content/types/matrices/constructors.md index f072643f..a7cdfdef 100644 --- a/content/types/matrices/constructors.md +++ b/content/types/matrices/constructors.md @@ -18,7 +18,7 @@ Matrices have three kinds of constructors: `mat3x2f()` constructs a `mat3x2f` with zero-values for each of the elements. - + 1. Column-wise constructor: {{< mat "mat(C)x(R)(column_0, column_1, ...)" >}}