Skip to content

Commit 942f387

Browse files
authored
Update xml/issue4483.xml
1 parent 8fc9b6b commit 942f387

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

23-
<p>Futhremore, `define_static_object` currently uses <tt>define_static_array(span(addressof(t), 1)).data()</tt>,
23+
<p>Furthermore, `define_static_object` currently uses <tt>define_static_array(span(addressof(t), 1)).data()</tt>,
2424
for array types. As for `T[N]` input this creates an multidimensional `T[1][N]` constant parameter
2525
object, this function does not support array at all. Futhermore creating an distinct template
2626
parameter object leads to emission of (otherwise uncessary) additional symbols, and breaks the

0 commit comments

Comments
 (0)