Skip to content

Commit aab51a5

Browse files
committed
[temp.variadic] Fix typo "evalutes"
1 parent c27eada commit aab51a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@
19081908
Within the instantiation of \tcode{all},
19091909
the returned expression expands to
19101910
\tcode{((true \&\& true) \&\& true) \&\& false},
1911-
which evalutes to \tcode{false}.
1911+
which evaluates to \tcode{false}.
19121912
\exitexample
19131913
If $N$ is zero for a unary fold-expression,
19141914
the value of the expression is shown in Table~\ref{tab:fold.empty};

0 commit comments

Comments
 (0)