Skip to content

Commit d64e458

Browse files
committed
[meta.reflection.result] Fix "variable" => "template"
This seems to have been a mistake during application of P2996R13.
1 parent c9e7524 commit d64e458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6114,7 +6114,7 @@
61146114
\throws
61156115
\tcode{meta::exception} unless
61166116
the \grammarterm{template-id} \tcode{TCls<$V$>} would be valid
6117-
given the invented variable
6117+
given the invented template
61186118
\begin{codeblock}
61196119
template<T P> struct TCls;
61206120
\end{codeblock}

0 commit comments

Comments
 (0)