Skip to content

Commit b411229

Browse files
Update xml/issue4483.xml
Co-authored-by: timsong-cpp <[email protected]>
1 parent 75d9c65 commit b411229

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
@@ -17,7 +17,7 @@ with multidimensional array or `span` of arrays is ill formed due to the <i>Mand
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
20-
(<tt>reflect_constant_arry</tt> strips outermost extents), while multi-dimensional array are
20+
(<tt>reflect_constant_array</tt> strips outermost extents), while multi-dimensional array are
2121
rejected.</p>
2222

2323
<p>Furthermore, `define_static_object` currently uses <tt>define_static_array(span(addressof(t), 1)).data()</tt>,

0 commit comments

Comments
 (0)