Skip to content

Remove bad \grammarterm for "injected-class-name" #1555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@

\pnum
The point of declaration for an
\grammarterm{injected-class-name} (Clause~\ref{class}) is immediately following
injected-class-name (Clause~\ref{class}) is immediately following
the opening brace of the class definition.

\pnum
Expand Down
3 changes: 1 addition & 2 deletions source/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@
A \grammarterm{class-name} is inserted into the scope in which it is
declared immediately after the \grammarterm{class-name} is seen. The
\grammarterm{class-name} is also inserted into the scope of the class
itself; this is known as the \grammarterm{injected-class-name}.
\indextext{\idxgram{injected-class-name}}%
itself; this is known as the \defn{injected-class-name}.
For purposes of access checking, the injected-class-name is treated as
if it were a public member name.
\indextext{definition!class}%
Expand Down