Skip to content

Commit

Permalink
Avoid using the word "public variable section" since it does not exist.
Browse files Browse the repository at this point in the history
Additionally avoid "formal parameters" as it is unclear as well.
Closes modelica#3437
  • Loading branch information
HansOlsson committed Nov 17, 2023
1 parent 8d587bf commit 98d48c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ \section{Function as a Specialized Class}\label{function-as-a-specialized-class}
Modelica \lstinline!class!:
\begin{itemize}
\item
Only input and output formal parameters are allowed in the function's public variable section.
All public components must have prefixes 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
Expand Down

0 comments on commit 98d48c5

Please sign in to comment.