diff --git a/source/templates.tex b/source/templates.tex index 0294586daa..099dbbf4c3 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -2208,9 +2208,9 @@ template void g() requires CC; \end{codeblock} -The normal form of the associated constraints of \tcode{f} is -the concept-dependent constraint \tcode{CT}.\\ -The normal form of the associated constraints of \tcode{g} is +The associated constraints of \tcode{f} are +the concept-dependent constraint \tcode{CT}.\\ +The associated constraints of \tcode{g} are the atomic constraint \tcode{true}. \end{example}