Skip to content

Commit 95ac3d6

Browse files
lewissbakertkoeppe
authored andcommitted
[stmt.if] Fix spelling mistake in 'if constexpr' wording. (#1653)
1 parent 48da313 commit 95ac3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/statements.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
form is called a \defn{constexpr if} statement. If the value of the
256256
converted condition is \tcode{false}, the first substatement is a
257257
\defn{discarded statement}, otherwise the second substatement, if
258-
present, is a discarded statement. During the instantation of an
258+
present, is a discarded statement. During the instantiation of an
259259
enclosing templated entity (Clause~\ref{temp}), if the condition is
260260
not value-dependent after its instantiation, the discarded substatement
261261
(if any) is not instantiated.

0 commit comments

Comments
 (0)