diff --git a/chapters/statements.tex b/chapters/statements.tex index f03f3dbb9..509827ce7 100644 --- a/chapters/statements.tex +++ b/chapters/statements.tex @@ -307,7 +307,7 @@ \subsection{While-Statement}\label{while-statement} \end{enumerate} Event-generating expressions are neither allowed in the \lstinline!expression! nor in the loop body statements. -A deprecated feature is that there is an implicit \lstinline!noEvent! for such \lstinline!while!-statement. +A deprecated feature is that all expressions in a \lstinline!while!-statement are implicitly inside \lstinline!noEvent!. \subsection{Break-Statement}\label{break-statement}