Skip to content

Commit

Permalink
Update chapters/operatorsandexpressions.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Elena Shmoylova <eshmoylova@users.noreply.github.com>
  • Loading branch information
HansOlsson and eshmoylova committed Jun 23, 2021
1 parent da3187a commit 57db034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Expand Up @@ -1417,7 +1417,7 @@ \section{Variability of Expressions}\label{variability-of-expressions}

\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.
The variability of function calls needs 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 57db034

Please sign in to comment.