Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13ff116

Browse files
committed
Fix typo reported in #964592. Will backport to 2.3.
1 parent dd07e59 commit 13ff116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref2.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ \subsection{Reserved classes of identifiers\label{id-classes}}
348348

349349
\item[\code{__*}]
350350
Class-private names. Names in this category, when used within the
351-
context of a class definition, are re-written to use a mangled for
351+
context of a class definition, are re-written to use a mangled form
352352
to help avoid name clashes between ``private'' attributes of base
353353
and derived classes.
354354
See section~\ref{atom-identifiers}, ``Identifiers (Names).''

0 commit comments

Comments
 (0)