Skip to content

Commit

Permalink
ConditionalComponentEvaluable
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jun 8, 2023
1 parent 7e8e6e5 commit 98e32db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -397,10 +397,10 @@ \subsection{Conditional Component Declaration}\label{conditional-component-decla
\end{lstlisting}
\end{example}

The \emph{expression} must be a \lstinline!Boolean! scalar expression, and must be a parameter expression.
The \emph{expression} must be a \lstinline!Boolean! scalar expression, and must be an evaluable expression.

\begin{nonnormative}
A parameter expression is required since it shall be evaluated at compile time.
An evaluable expression is required since it shall be evaluated at compile time.
\end{nonnormative}

A redeclaration of a component shall not include a condition attribute;
Expand Down

0 comments on commit 98e32db

Please sign in to comment.