Skip to content

Commit 4021cdb

Browse files
committed
[meta.reflection.access.context] Fix typos
1 parent 0ff0e09 commit 4021cdb

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
@@ -5009,7 +5009,7 @@
50095009

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

@@ -5038,7 +5038,7 @@
50385038
\tcode{access_context} is a structural type.
50395039
Two values \tcode{ac1} and \tcode{ac2} of type \tcode{access_context}
50405040
are template-argument-equivalent\iref{temp.type}
5041-
if \tcode{a1.scope()} and \tcode{a2.scope()}
5041+
if \tcode{ac1.scope()} and \tcode{ac2.scope()}
50425042
are template-argument-equivalent
50435043
and \tcode{ac1.desig\-nating_class()} and \tcode{ac2.desig\-nating_class()}
50445044
are template-argument-equivalent.

0 commit comments

Comments
 (0)