Skip to content

Commit fc48c9b

Browse files
jensmaurerzygoloid
authored andcommitted
[dcl.decl] Avoid double negative.
1 parent ff9a0d2 commit fc48c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@
21732173
\pnum
21742174
The optional \grammarterm{requires-clause}\iref{temp} in an
21752175
\grammarterm{init-declarator} or \grammarterm{member-declarator}
2176-
shall not be present when the declarator does not declare a
2176+
shall be present only if the declarator declares a
21772177
templated function\iref{dcl.fct}.
21782178
%
21792179
\indextext{trailing requires-clause@trailing \textit{requires-clause}|see{\textit{requires-clause}, trailing}}%

0 commit comments

Comments
 (0)