Skip to content

Commit 529f761

Browse files
[lex.phases] Fix typo of "instantiation"
The word should be "instantiation" but not "instantation".
1 parent e977097 commit 529f761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
Other requirements in this document can further constrain
223223
the context from which an instantiation can be performed.
224224
For example, a constexpr function template specialization
225-
might have a point of instantation at the end of a translation unit,
225+
might have a point of instantiation at the end of a translation unit,
226226
but its use in certain constant expressions could require
227227
that it be instantiated at an earlier point\iref{temp.inst}.
228228
\end{note}

0 commit comments

Comments
 (0)