Skip to content

Commit 94bc450

Browse files
authored
[namespace.qual] Add missing \tcode formatting to X (#3975)
1 parent c4c52b5 commit 94bc450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,7 @@
22122212

22132213
\pnum
22142214
Given \tcode{X::m} (where \tcode{X} is a user-declared namespace), or
2215-
given \tcode{::m} (where X is the global namespace), if
2215+
given \tcode{::m} (where \tcode{X} is the global namespace), if
22162216
$S(X, m)$ is the empty set, the program is ill-formed. Otherwise, if
22172217
$S(X, m)$ has exactly one member, or if the context of the reference is
22182218
a \grammarterm{using-declaration}\iref{namespace.udecl}, $S(X, m)$

0 commit comments

Comments
 (0)