From 529f761e1114a3dfc21802b9f850e0a959fec97c Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Thu, 11 Sep 2025 10:26:03 +0800 Subject: [PATCH] [lex.phases] Fix typo of "instantiation" The word should be "instantiation" but not "instantation". --- source/lex.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lex.tex b/source/lex.tex index 566aac0c0b..3f27aed6af 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -222,7 +222,7 @@ Other requirements in this document can further constrain the context from which an instantiation can be performed. For example, a constexpr function template specialization -might have a point of instantation at the end of a translation unit, +might have a point of instantiation at the end of a translation unit, but its use in certain constant expressions could require that it be instantiated at an earlier point\iref{temp.inst}. \end{note}