Skip to content

Commit be996b3

Browse files
danrazygoloid
authored andcommitted
[expr.prim.lambda.closure] Fix wording inaccuracy in note
A generic lambda has a function call operator template, not a function call operator.
1 parent 4d03cd8 commit be996b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@
16451645
or operator template is the \grammarterm{requires-clause}
16461646
of the \grammarterm{lambda-declarator}, if any.
16471647
\begin{note}
1648-
The function call operator for a generic lambda might be
1648+
The function call operator template for a generic lambda might be
16491649
an abbreviated function template\iref{dcl.fct}.
16501650
\end{note}
16511651
\begin{example}

0 commit comments

Comments
 (0)