Skip to content

Commit b6ed1e5

Browse files
committed
Address feedback
1 parent cd69bbc commit b6ed1e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/basic.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -933,9 +933,8 @@
933933
certain \grammarterm{elaborated-type-specifier}s\iref{dcl.type.elab}
934934
target a larger enclosing scope.
935935
\item
936-
Declarations in block scope that have \tcode{extern} specifier
937-
or declare a function target an innermost namespace scope
938-
but bind a name in their immediate scope\iref{dcl.meaning}.
936+
Block-scope extern or function declarations target a larger enclosing scope
937+
but bind a name in their immediate scope\iref{dcl.meaning.general}.
939938
\item
940939
The names of unscoped enumerators are bound
941940
in the two innermost enclosing scopes\iref{dcl.enum}.

0 commit comments

Comments
 (0)