World's smallest doc fix
authorAdam Chlipala <adamc@hcoop.net>
Wed, 23 Feb 2005 01:25:47 +0000 (01:25 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Wed, 23 Feb 2005 01:25:47 +0000 (01:25 +0000)
doc/manual.tex

index a37f7d5..5d5b93e 100644 (file)
@@ -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}