Skip to content

Commit 69f3367

Browse files
committed
[meta.reflection.access.context] Fix typos
1 parent 4e94336 commit 69f3367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/meta.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5007,7 +5007,7 @@
50075007

50085008
\pnum
50095009
The \tcode{access_context} class is a non-aggregate type
5010-
that represents a namespacee, class, or function
5010+
that represents a namespace, class, or function
50115011
from which queries pertaining to access rules may be performed,
50125012
as well as the designating class\iref{class.access.base}, if any.
50135013

@@ -5036,7 +5036,7 @@
50365036
\tcode{access_context} is a structural type.
50375037
Two values \tcode{ac1} and \tcode{ac2} of type \tcode{access_context}
50385038
are template-argument-equivalent\iref{temp.type}
5039-
if \tcode{a1.scope()} and \tcode{a2.scope()}
5039+
if \tcode{ac1.scope()} and \tcode{ac2.scope()}
50405040
are template-argument-equivalent
50415041
and \tcode{ac1.desig\-nating_class()} and \tcode{ac2.desig\-nating_class()}
50425042
are template-argument-equivalent.

0 commit comments

Comments
 (0)