Skip to content

Commit abf3a67

Browse files
Fix markdown typo
1 parent cb576fb commit abf3a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapters/explicit_layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ the matrix is defined as mathematical concept
108108

109109
This is by design as it means you don't have to change types when passing a matrix as a parameter. The compiler also doesn't have to decide to put it in registers or making a local variable (since local variables don't have an explicit layout).
110110

111-
The `MatrixStride` and `ColMajor/`RowMajor` is an attribute of the variable or struct member that has matrix type.
111+
The `MatrixStride` and `ColMajor`/`RowMajor` is an attribute of the variable or struct member that has matrix type.

0 commit comments

Comments
 (0)