Skip to content

Commit 0e2ef10

Browse files
authored
Update xml/issue4483.xml
1 parent e0c7eb1 commit 0e2ef10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4483.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<discussion>
1414
<p>As any array type (even of structural types) is not considered an structural type, per
1515
<sref ref="[temp.param]"/> p12, any invocation of `reflect_constant_array`/`define_static_array`
16-
with multidimensional array or `span` of arrays is ill formed due to the <i>Mandates</i> in
16+
with a multidimensional array or `span` of arrays is ill-formed due to the <i>Mandates</i> in
1717
<sref ref="meta.define.static"/> p8 that requires range value type to be structural.</p>
1818

1919
<p>As a consequence, `constant_of` currently supports only single-dimensional array

0 commit comments

Comments
 (0)