From: Kevin Schuetz Date: Tue, 26 Jul 2011 19:21:52 +0000 (-0500) Subject: added comma X-Git-Tag: 2.7~126^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5855506bcdb651e3cbafd24d84d674205f61975;p=thirdparty%2Fjinja.git added comma --- diff --git a/docs/templates.rst b/docs/templates.rst index 50b6b7ec..48429a58 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 reached 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::