From 9a8e5447f5895be8c6d27306ca22027ea13f6405 Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Mon, 20 Nov 2023 09:05:49 +0100 Subject: [PATCH] Update chapters/functions.tex --- chapters/functions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/functions.tex b/chapters/functions.tex index 9f83d760c..bec990d86 100644 --- a/chapters/functions.tex +++ b/chapters/functions.tex @@ -152,7 +152,7 @@ \section{Function as a Specialized Class}\label{function-as-a-specialized-class} Modelica \lstinline!class!: \begin{itemize} \item - All public components must have prefixes input or output. + Each public component must have the prefix input or output. \item Input formal parameters are read-only after being bound to the actual arguments or default values, i.e., they shall not be assigned values in