Skip to content

Commit

Permalink
Remove spurious semi-colons
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed May 25, 2022
1 parent 5bfff4c commit af49d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1028,8 +1028,8 @@ \section{Record Constructor Functions}\label{record-constructor-functions}
implicit record constructor function creation. With the following record
definitions:
\begin{lstlisting}[language=modelica]
package Demo;
record Record1;
package Demo
record Record1
parameter Real r0 = 0;
end Record1;

Expand Down

0 comments on commit af49d40

Please sign in to comment.