Skip to content

Commit

Permalink
Add proposed changes from svorkoetter
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Feb 13, 2020
1 parent edeeb74 commit 27bac7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chapters/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ \section{Specialized Classes}\doublelabel{specialized-classes}
or \lstinline!flow!. Enhanced with implicitly available record constructor function,
see \autoref{record-constructor-functions}. The components
directly declared in a record may only be of specialized class record
and type.\\ \hline
or type.\\ \hline
\lstinline!type! & May only be predefined types, enumerations, array of
type, or classes extending from type.\\ \hline
\lstinline!model! & Identical to \lstinline!class!, the basic class concept, i.e., no
Expand Down Expand Up @@ -875,7 +875,7 @@ \section{Specialized Classes}\doublelabel{specialized-classes}
\end{lstlisting}
{]}\\ \hline
\end{longtable}
Additionally only components of specialized classes \lstinline!record!, \lstinline!type!, \lstinline!operator record!, and
Additionally only components which are of specialized classes \lstinline!record!, \lstinline!type!, \lstinline!operator record!, and
connector classes based on any of those can be used as component references in normal expressions and in the left hand
side of assignments, subject to normal type compatibility rules.
Additionally components of connectors may be arguments of connect-statements,
Expand Down
2 changes: 1 addition & 1 deletion chapters/connectors.tex
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ \subsection{Balancing Restriction and Size of Connectors}\doublelabel{balancing-
is the size of the output argument of the corresponding
\lstinline!equalityConstraint!() function.
\begin{nonnormative}
Expandable connector classes are excluded from this, since their component declarations are only a form of constraints.
Expandable connector classes are excluded from this, since their component declarations are only a form of constraint.
\end{nonnormative}

{[}\emph{Examples:}
Expand Down

0 comments on commit 27bac7a

Please sign in to comment.