Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Add space

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Jun 1, 2021
1 parent 3e9e42b commit df42713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chapters/operatorsandexpressions.tex
Expand Up @@ -1414,7 +1414,9 @@ \section{Variability of Expressions}\label{variability-of-expressions}
end Test;
\end{lstlisting}
\end{example}

\subsection{Function Variability}\label{function-variability}

The variability of function calls need to consider both the variability of arguments directly given in the function and the variability of the used default arguments, if any.
This is especially a concern for functions given as a short class, see \cref{inheritance-of-functions}.
This has additional implications for redeclarations, see \cref{function-compatibility}.
Expand Down

0 comments on commit df42713

Please sign in to comment.