diff --git a/chapters/annotations.tex b/chapters/annotations.tex index aed729503..ee1751082 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -1257,7 +1257,7 @@ \subsection{Extends-Clause}\label{extends-clause} \subsection{Connections}\label{connections1} -A connection is specified with an annotation containing a \lstinline!Line!\index{Line@\robustinline{Line}!\robustinline{connect} annotation} primitive and optionally a \lstinline!Text! primitive, as specified below. +A connection is specified with an annotation containing a \lstinline!Line!\index{Line@\robustinline{Line}!\robustinline{connect} annotation} primitive and optionally one or more \lstinline!Text! primitives, as specified below. \begin{example} \begin{lstlisting}[language=modelica] @@ -1266,8 +1266,8 @@ \subsection{Connections}\label{connections1} \end{lstlisting} \end{example} -The optional \lstinline!Text!\index{Text@\robustinline{Text}!\robustinline{connect} annotation} primitive defines a text that will be written on the connection line. -It has the following definition (it is not equal to the \lstinline!Text! primitive as part of graphics -- the differences are marked after \emph{Note} in the description-strings): +The optional \lstinline!Text!\index{Text@\robustinline{Text}!\robustinline{connect} annotation} primitives define text that will be written on the connection line. +They have the following definition (it is not equal to the \lstinline!Text! primitive as part of graphics -- the differences are marked after \emph{Note} in the description-strings): \begin{lstlisting}[language=modelica] record Text extends GraphicItem;