Skip to content

Commit

Permalink
Fix command.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Dec 15, 2020
1 parent 40e51bb commit 7840d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Expand Up @@ -601,7 +601,7 @@ \subsection{Short Class Definitions}\label{short-class-definitions}
end IDENT1;
\end{lstlisting}

An exception to the above is that if the short class definition is declared as \lstineline!encapsulated!, then the modifiers cannot be looked up in the enclosing scope.
An exception to the above is that if the short class definition is declared as \lstinline!encapsulated!, then the modifiers cannot be looked up in the enclosing scope.

\begin{example}
Demonstrating the difference in scopes:
Expand Down

0 comments on commit 7840d28

Please sign in to comment.