From 28cb60e50b553e93243fa71c8d9408604d45794c Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Thu, 24 Aug 2023 16:50:00 +0200 Subject: [PATCH] Update chapters/connectors.tex Co-authored-by: Henrik Tidefelt --- chapters/connectors.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/connectors.tex b/chapters/connectors.tex index b6da9aea7..1ea800d6a 100644 --- a/chapters/connectors.tex +++ b/chapters/connectors.tex @@ -384,7 +384,7 @@ \section{Generation of Connection Equations}\label{generation-of-connection-equa \begin{lstlisting}[language=modelica] connect(a, b); \end{lstlisting} -one connection set is generated for every pair of corresponding primitive components of \lstinline!a! and \lstinline!b! together with an indication of whether they are from an inside or an outside connector. +a connection set is generated for each pair of corresponding primitive components of \lstinline!a! and \lstinline!b! together with an indication of whether they are from an inside or an outside connector. \begin{definition}[Primitive elements]\label{primitive-elements}\index{primitive element}\index{element!primitive} The primitive elements are of simple types or of types defined as \lstinline!operator record! (i.e., a component of an \lstinline!operator record! type is not split into sub-components). \end{definition}