From 3d1d7f8a16d42e638a49e0dc67c197b33d12eb5a Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Sun, 14 Dec 2025 18:24:31 +0000 Subject: [PATCH] [basic.scope.pdecl] Clarify comment in example --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index a813f68d9c..06c418ddc4 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -1351,7 +1351,7 @@ \begin{codeblock} typedef unsigned char T; template struct A { }; \end{codeblock}