Skip to content

Commit 7eb0851

Browse files
committed
Update to fix mod formatting
1 parent aa9eb89 commit 7eb0851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/language/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
have \(m\) possible elements during parsing, where \(m>0\).
101101

102102
\p An initializer-list is a valid initializer if for each element
103-
\(E_{n\mod{}m?}\) in the target object's flattened ordering there is a
103+
\(E_{n \bmod m}\) in the target object's flattened ordering there is a
104104
corresponding initializer \(I_n\) in the flattened initializer sequence, which
105105
can be implicitly converted to the element's type. For arrays of unknown size,
106106
the total number of initializers must be a multiple of the array's base element

0 commit comments

Comments
 (0)