Skip to content

Commit

Permalink
Fix incorrect form of 'start-attribute'
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 10, 2022
1 parent eefca64 commit 13f0d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Expand Up @@ -435,7 +435,7 @@ \section{Component Variability}\label{component-variability}
\item
It does not have annotation \lstinline!Evaluate = false!.
\item
The declaration equation -- or \lstinline!start! attribute if no declaration equation is given (see \cref{initialization-initial-equation-and-initial-algorithm}) -- is given by an evaluable expression (\cref{evaluable-expressions}).
The declaration equation -- or \lstinline!start!-attribute if no declaration equation is given (see \cref{initialization-initial-equation-and-initial-algorithm}) -- is given by an evaluable expression (\cref{evaluable-expressions}).
\end{itemize}
It is also simply called an \firstuse[---]{evaluable parameter}.
An evaluable parameter does not change during transient analysis, with a value either determined during translation (similar to having prefix \lstinline!constant!, and is then called an \firstuse[parameter!evaluated]{evaluated parameter}) or by the initialization problem (similar to a \willintroduce{normal parameter}, see item below).
Expand Down

0 comments on commit 13f0d00

Please sign in to comment.