Skip to content

Commit

Permalink
Fix em-dash/comma mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Jun 18, 2020
1 parent 19f9ce0 commit 601c5fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chapters/packages.tex
Expand Up @@ -85,9 +85,7 @@ \subsection{Importing Definitions from a Package}\doublelabel{importing-definiti

\subsubsection{Lookup of Imported Names}\doublelabel{lookup-of-imported-names}

This section only defines how the imported name is looked up in the
import clause. For lookup in general -- including how import clauses are
used, see \autoref{static-name-lookup}.
This section only defines how the imported name is looked up in the import clause. For lookup in general --- including how import clauses are used --- see \autoref{static-name-lookup}.

Lookup of the name of an imported package or class deviates from the normal lexical lookup. For example, consider \lstinline!A.B.C! in the clauses \lstinline!import A.B.C;!, \lstinline!import D = A.B.C;!, or \lstinline!import A.B.C.*;!.
Here, lookup starts with the lexical lookup of the first part of the name (\lstinline!A!) at the top-level.
Expand Down

0 comments on commit 601c5fd

Please sign in to comment.