Skip to content

Commit 1dfc4f6

Browse files
committed
Merge pull request #638 from jwilk/spelling-temp
[temp.variadic] Fix typo "evalutes"
2 parents eb06b20 + aab51a5 commit 1dfc4f6

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
@@ -1906,7 +1906,7 @@
19061906
Within the instantiation of \tcode{all},
19071907
the returned expression expands to
19081908
\tcode{((true \&\& true) \&\& true) \&\& false},
1909-
which evalutes to \tcode{false}.
1909+
which evaluates to \tcode{false}.
19101910
\exitexample
19111911
If $N$ is zero for a unary fold-expression,
19121912
the value of the expression is shown in Table~\ref{tab:fold.empty};

0 commit comments

Comments
 (0)