Skip to content

Commit

Permalink
Update chapters/scoping.tex
Browse files Browse the repository at this point in the history
Avoid "looking up"

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Jun 22, 2020
1 parent 7f66c9f commit d26d68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/scoping.tex
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ \subsection{Composite Name Lookup}\doublelabel{composite-name-lookup}
\begin{example}
Components and classes are part of the same name-space and thus a component cannot
have the same name as its class or the first part of the class-name as that
would prevent looking up the name of the class.
would prevent lookup of the class name.
\begin{lstlisting}[language=modelica]
model A
M M; // Illegal, component 'M' prevents finding class 'M'
Expand Down

0 comments on commit d26d68f

Please sign in to comment.