eached->reached
authorKevin Schuetz <schuetzk@gmail.com>
Tue, 26 Jul 2011 19:12:21 +0000 (14:12 -0500)
committerKevin Schuetz <schuetzk@gmail.com>
Tue, 26 Jul 2011 19:12:21 +0000 (14:12 -0500)
docs/templates.rst

index ab1b9c1cf96441bf02c507209226fc8f4cfb4e20..c1fab46b08a2180ff7a4004d18180e12001ce896 100644 (file)
@@ -1295,7 +1295,7 @@ Loop Controls
 
 If the application enables the :ref:`loopcontrols-extension` it's possible to
 use `break` and `continue` in loops.  When `break` is reached, the loop is
-terminated, if `continue` is eached the processing is stopped and continues
+terminated;  if `continue` is reached the processing is stopped and continues
 with the next iteration.
 
 Here a loop that skips every second item::