From 17fbca0bf837b569469c79a9d030983de7883be7 Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Wed, 12 Jan 2022 20:27:01 +0100 Subject: [PATCH] Update chapters/statements.tex Co-authored-by: Elena Shmoylova --- chapters/statements.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/statements.tex b/chapters/statements.tex index a89912b5f..10392c4f6 100644 --- a/chapters/statements.tex +++ b/chapters/statements.tex @@ -150,7 +150,7 @@ \subsubsection{Assignments from Called Functions with Multiple Results}\label{as Also see \cref{simple-equality-equations} regarding calling functions with multiple results within equations. \end{nonnormative} -\subsubsection{Assigned variables - Restrictions}\label{restrictions-on-assigned-variables}\label{assigned-variables-restrictions} +\subsubsection{Assigned Variables - Restrictions}\label{restrictions-on-assigned-variables}\label{assigned-variables-restrictions} Only components of the specialized classes \lstinline!type!, \lstinline!record!, \lstinline!operator record!, and \lstinline!connector! may appear as left-hand-side in algorithms. This applies both to simple assignment statements, and the parenthesized, comma-separated list of variables for functions with multiple results.