Skip to content

Commit

Permalink
Remove 'the' as suggested by Quentin
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed May 31, 2021
1 parent af342e2 commit 3e9e42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/interface.tex
Expand Up @@ -537,7 +537,7 @@ \section{Function-Compatibility or Function-Subtyping for Functions}\label{funct
constraining interface of the function being redeclared.
\end{itemize}

Note that variability of function calls cannot be determined using the just the interface of a function, as the variabilities of default argument expressions are not expressed by the interface.
Note that variability of function calls cannot be determined using just the interface of a function, as the variabilities of default argument expressions are not expressed by the interface.
Hence a function redeclaration being function-compatible does not ensure that function calls will fulfill variability requirements, and tools must therefore check variability requirements separately.

\begin{nonnormative}
Expand Down

0 comments on commit 3e9e42b

Please sign in to comment.