From: Kevin Schuetz Date: Tue, 26 Jul 2011 19:12:21 +0000 (-0500) Subject: eached->reached X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=30b17d89f4c913029fe338583be846234da4d61f;p=jinja2.git eached->reached --- 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::