Skip to content

Commit

Permalink
Amend recent commit with missing \lstinline markup
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 20, 2023
1 parent a63642b commit 23f70b1
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
Each public component must have the prefix input or output.
Each public component must have the prefix \lstinline!input! or \lstinline!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 23f70b1

Please sign in to comment.