From: Adam Chlipala Date: Wed, 23 Feb 2005 01:25:47 +0000 (+0000) Subject: World's smallest doc fix X-Git-Url: http://git.hcoop.net/bpt/mlt.git/commitdiff_plain/8ae72f07a19a40dcd731ccac49f709e729bd557c World's smallest doc fix --- diff --git a/doc/manual.tex b/doc/manual.tex index a37f7d5..5d5b93e 100644 --- a/doc/manual.tex +++ b/doc/manual.tex @@ -175,7 +175,7 @@ Where {\tt exp} has type {\tt t list}, {\tt block} is executed for each of {\tt There is also a shortcut integer iteration form: \begin{verbatim} -foreach var in fromExp .. toExp do +for var in fromExp .. toExp do block end \end{verbatim}