diff options
Diffstat (limited to 'Doc/ref/ref8.tex')
-rw-r--r-- | Doc/ref/ref8.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref8.tex b/Doc/ref/ref8.tex index 45be71d..3fe4cc5 100644 --- a/Doc/ref/ref8.tex +++ b/Doc/ref/ref8.tex @@ -62,7 +62,7 @@ This syntax is used in the following situations: \item when parsing a module; -\item when parsing a string passed to the \keyword{exec} statement; +\item when parsing a string passed to the \function{exec()} function; \end{itemize} |