From 7f66c9f9e42479487b8795fa2a605eab2d09202b Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Mon, 22 Jun 2020 14:54:43 +0200 Subject: [PATCH] Update chapters/scoping.tex Clearer language Co-authored-by: Henrik Tidefelt --- chapters/scoping.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/scoping.tex b/chapters/scoping.tex index e10d08a2c..4028e2faf 100644 --- a/chapters/scoping.tex +++ b/chapters/scoping.tex @@ -136,8 +136,8 @@ \subsection{Composite Name Lookup}\doublelabel{composite-name-lookup} partial packages. \end{nonnormative} \begin{example} -Components and classes are part of the same name-space and thus a component may -not have the same name as its class or the first part of the class-name as that +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. \begin{lstlisting}[language=modelica] model A