From 26397bdc8dfcdc5942298f5c80dff1b58a4927c9 Mon Sep 17 00:00:00 2001 From: lewissbaker Date: Thu, 6 Jul 2017 21:33:43 +0930 Subject: [PATCH] Fix spelling mistake in 'if constexpr' wording. --- source/statements.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/statements.tex b/source/statements.tex index fb7ba2ed20..edf041a163 100644 --- a/source/statements.tex +++ b/source/statements.tex @@ -255,7 +255,7 @@ form is called a \defn{constexpr if} statement. If the value of the converted condition is \tcode{false}, the first substatement is a \defn{discarded statement}, otherwise the second substatement, if -present, is a discarded statement. During the instantation of an +present, is a discarded statement. During the instantiation of an enclosing templated entity (Clause~\ref{temp}), if the condition is not value-dependent after its instantiation, the discarded substatement (if any) is not instantiated.