Skip to content

Commit

Permalink
Apply suggestion for nested when-statements
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
henrikt-ma and HansOlsson committed May 11, 2021
1 parent d5300ff commit 00c6042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/statements.tex
Expand Up @@ -416,7 +416,7 @@ \subsubsection{Restrictions on Where a When-statement may occur}\label{restricti
\item
A \lstinline!when!-statement shall not occur inside an initial algorithm.
\item
\lstinline!when!-statements cannot be nested.
A \lstinline!when!-statement cannot be nested inside another \lstinline!when!-statement.
\item
\lstinline!when!-statements shall not occur inside \lstinline!while!-loops, \lstinline!for!-loops, or \lstinline!if!-statements in algorithms.
\end{itemize}
Expand Down

0 comments on commit 00c6042

Please sign in to comment.