Skip to content

Commit

Permalink
Fix two minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tobolar committed Nov 16, 2021
1 parent dd233d8 commit 90be294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/scoping.tex
Expand Up @@ -159,10 +159,10 @@ \section{Instance Hierarchy Name Lookup of Inner Declarations}\label{instance-hi

If the outer component declaration is a disabled conditional component (\cref{conditional-component-declaration}) it is also ignored for the automatic creation of inner component (neither causing it; nor influencing the type of it).

An \lstinline!outer! element reference in a simulation model requires that one corresponding \lstinline!inner! element declaration exist or can be created in a unique way:
An \lstinline!outer! element reference in a simulation model requires that one corresponding \lstinline!inner! element declaration exists or can be created in a unique way:
\begin{itemize}
\item
If there are two (or more) \lstinline!outer! declarations with the same name, both lacking matching \lstinline!inner! declarations, and the \lstinline!outer! declarations are not of the same class it is in error.
If there are two (or more) \lstinline!outer! declarations with the same name, both lacking matching \lstinline!inner! declarations, and the \lstinline!outer! declarations are not of the same class it is an error.
\item
If there is one (or more) \lstinline!outer! declarations of a partial class it is an error.
\item
Expand Down

0 comments on commit 90be294

Please sign in to comment.