Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e2a460

Browse files
committedNov 24, 2018
[expr.prim.req.compound] Change "is" to "has a" when refering to grammar terms.
1 parent 1675e26 commit 1e2a460

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎source/expressions.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -2633,12 +2633,12 @@
26332633
is \tcode{false}.
26342634

26352635
\item
2636-
If the \grammarterm{return-type-requirement} is
2636+
If the \grammarterm{return-type-requirement} has
26372637
a \grammarterm{qualified-concept-name}\iref{temp.param} of the form
26382638
\opt{\grammarterm{nested-name-specifier}} \grammarterm{concept-name},
26392639
the concept it denotes shall be satisfied with
26402640
\tcode{decltype((E))} as its sole argument.
2641-
If the \grammarterm{return-type-requirement} is
2641+
If the \grammarterm{return-type-requirement} has
26422642
a \grammarterm{qualified-concept-name} of the form
26432643
\opt{\grammarterm{nested-name-specifier}} \grammarterm{concept-name}
26442644
\tcode{<} \opt{\grammarterm{template-argument-list}} \tcode{>},

0 commit comments

Comments
 (0)
Please sign in to comment.