Skip to content

Commit

Permalink
Shorten comment to fit line width
Browse files Browse the repository at this point in the history
Also changing from quotes to braces around list of inputs.
  • Loading branch information
henrikt-ma committed Aug 12, 2021
1 parent 51e4eef commit a80e290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/inheritance.tex
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ \section{Inheritance -- Extends Clause}\label{inheritance-extends-clause}
extends A;
input Real a;
end B;
// The inputs of B are "a, b" in that order; and the "input Real a;" is ignored.
// The inputs of B are {a, b} in that order; the "input Real a;" is ignored.
\end{lstlisting}
\end{nonnormative}

Expand Down

0 comments on commit a80e290

Please sign in to comment.