Skip to content

Commit 214bb11

Browse files
committed
Add missing definite article in P/R of 4483
1 parent d91205c commit 214bb11

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
@@ -70,7 +70,7 @@ where the <i>i<sup>th</sup></i> element is
7070
<ul style="list-style-type: none">
7171
<li>(11.1) &mdash; If <tt>sizeof...(V) > 0</tt> is `true`, then the template parameter object (<sref ref="[temp.param]"/>) of type const `T[sizeof...(V)]`
7272
<del>initialized with `{[:V:]...}`</del><ins>, such that <tt>constant_of(<i>P</i>[<i>I</i>]) == V...[<i>I</i>]</tt> is `true`
73-
for all <tt><i>I</i></tt> in range [`0`, `sizeof...(V)`)</ins>.</li>
73+
for all <tt><i>I</i></tt> in the range [`0`, `sizeof...(V)`)</ins>.</li>
7474
<li>(11.2) &mdash; Otherwise, the template parameter object of type <tt>const array&lt;T, 0&gt;</tt> initialized with `{}`.</li>
7575
</ul></p>
7676
<p>-12- <i>Returns</i>: <tt>^^<i>P</i></tt>.</p>

0 commit comments

Comments
 (0)