We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9eb89 commit 7eb0851Copy full SHA for 7eb0851
1 file changed
specs/language/declarations.tex
@@ -100,7 +100,7 @@
100
have \(m\) possible elements during parsing, where \(m>0\).
101
102
\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
+\(E_{n \bmod m}\) in the target object's flattened ordering there is a
104
corresponding initializer \(I_n\) in the flattened initializer sequence, which
105
can be implicitly converted to the element's type. For arrays of unknown size,
106
the total number of initializers must be a multiple of the array's base element
0 commit comments