Skip to content

Commit 6ea0f72

Browse files
author
Dawn Perchik
committed
[expr.prim.req.compound] Change "is" to "has a" when refering to grammar terms.
1 parent 2a38e29 commit 6ea0f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,12 +2631,12 @@
26312631
If conversion fails, the enclosing \grammarterm{requires-expression}
26322632
is \tcode{false}.
26332633
\item
2634-
If the \grammarterm{return-type-requirement} is
2634+
If the \grammarterm{return-type-requirement} has a
26352635
a \grammarterm{qualified-concept-name}\iref{temp.param} of the form
26362636
\opt{\grammarterm{nested-name-specifier}} \grammarterm{concept-name},
26372637
the concept it denotes shall be satisfied with
26382638
\tcode{decltype((E))} as its sole argument.
2639-
If the \grammarterm{return-type-requirement} is
2639+
If the \grammarterm{return-type-requirement} has a
26402640
a \grammarterm{qualified-concept-name} of the form
26412641
\opt{\grammarterm{nested-name-specifier}} \grammarterm{concept-name}
26422642
\tcode{<} \opt{\grammarterm{template-argument-list}} \tcode{>},

0 commit comments

Comments
 (0)