Skip to content

Commit

Permalink
Update specs/language/declarations.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Roth <[email protected]>
  • Loading branch information
llvm-beanz and pow2clk authored Oct 4, 2024
1 parent 2da528e commit 6752f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/language/declarations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

\p The subobjects of an aggregate have a defined order. For vectors and arrays
the order is increasing subscript order. For matrices it is increasing subscript
order with the with the subscript nesting such that in the notation
order with the subscript nesting such that in the notation
\texttt{Mat[M][N]}, the ordering is \(Mat[0][0]...Mat[0][N]...
Mat[M][0]...Mat[M][N]\). For classes the order is base class, followed by member
subobjects in declaration order.
Expand Down

0 comments on commit 6752f43

Please sign in to comment.