From 66317bb6d23b92d99e0246b3bc9671920d44b1f7 Mon Sep 17 00:00:00 2001 From: "S. B. Tam" Date: Mon, 18 May 2026 11:45:07 +0800 Subject: [PATCH] [dcl.enum] "its scope" => "its target scope" --- source/declarations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/declarations.tex b/source/declarations.tex index 627360a226..0f535ad96b 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -7814,7 +7814,7 @@ \pnum An enumeration is a distinct type\iref{basic.compound} with named -constants. Its name becomes an \grammarterm{enum-name} within its scope. +constants. Its name becomes an \grammarterm{enum-name} within its target scope. \begin{bnf} \nontermdef{enum-name}\br