added comma
[jinja2.git] / docs / templates.rst
index 50b6b7ec1264fdb10b9d03b50509d91999e4cc2e..48429a5880396f7add90bbedd286e272e79827db 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 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::