fixes in a few chapters

This commit is contained in:
2018-11-02 11:05:02 +01:00
parent 5cf23aba85
commit 79f282f7b3
4 changed files with 8 additions and 10 deletions

View File

@@ -345,7 +345,7 @@ access (read or write) variables of the calling function. Interaction
with the local function requires to pass all required arguments and to
take care of the return values of the function.
\emp{Nested functions} are different in this respect. They are
\emph{Nested functions} are different in this respect. They are
defined within the body of the parent function (between the keywords
\code{function} and \code{end}) and have full access to all variables
defined in the parent function. Working (in particular changing) the