Skip to content

Commit

Permalink
Update chapters/classes.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Mar 16, 2021
1 parent 220d94c commit 0aa10c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Expand Up @@ -399,7 +399,7 @@ \subsection{Component Variability Prefixes discrete, parameter, constant}\label{
xd1 = pre(xd1) + 1;
xd2 = pre(xd2) + 1;
end when;
// It is legal to use pre for a discrete variable outside of when
// It is legal to use pre for a discrete-time variable outside of when
xc3 = xd1 + pre(xd2);
// But pre(xc3) would not be legal
end ShowDiscrete;
Expand Down

0 comments on commit 0aa10c9

Please sign in to comment.