From 30b17d89f4c913029fe338583be846234da4d61f Mon Sep 17 00:00:00 2001 From: Kevin Schuetz Date: Tue, 26 Jul 2011 14:12:21 -0500 Subject: [PATCH] eached->reached --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.rst b/docs/templates.rst index ab1b9c1..c1fab46 100644 --- a/docs/templates.rst +++ b/docs/templates.rst @@ -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:: -- 2.26.2