Skip to content

Commit

Permalink
Change 'a discrete-time variables' -> 'a discrete-time variable'
Browse files Browse the repository at this point in the history
Fixes #2699
  • Loading branch information
henrikt-ma committed Nov 2, 2020
1 parent de55f8b commit bef25cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/equations.tex
Expand Up @@ -798,7 +798,7 @@ \section{Initialization, initial equation, and initial algorithm}\label{initiali
\item
For a non-discrete-time (that is continuous-time) \lstinline!Real! variable \lstinline!vc!, the equation \lstinline!vc = startExpression! is added to the initialization equations.
\item
For a discrete-time variables \lstinline!vd!, the equation \lstinline!pre(vd) = startExpression! is added to the initialization equations.
For a discrete-time variable \lstinline!vd!, the equation \lstinline!pre(vd) = startExpression! is added to the initialization equations.
\item
For a variable declared as \lstinline!constant! or \lstinline!parameter!, no equation is added to the initialization equations.
\end{itemize}
Expand Down

0 comments on commit bef25cb

Please sign in to comment.