Skip to content

Commit 647969b

Browse files
committed
Add missing closing parenthesis
1 parent 8ee6a0f commit 647969b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4299.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<p>
1313
In <sref ref="[optional.ref.monadic]"/> the specification of <tt>optional&lt;T&amp;&gt;::transform</tt>
1414
is missing an additional part of the <i>Mandates:</i> element compared to the primary template's
15-
`transform` (in <sref ref="[optional.monadic]"/> p8; that is, is missing to enforce that
15+
`transform` (in <sref ref="[optional.monadic]"/> p8); that is, is missing to enforce that
1616
the `U` type is a valid contained type for `optional`.
1717
<p/>
1818
The definition of "valid contained type" comes from <paper num="P2988R12"/>. The paper

0 commit comments

Comments
 (0)