added comma
authorKevin Schuetz <schuetzk@gmail.com>
Tue, 26 Jul 2011 19:21:52 +0000 (14:21 -0500)
committerKevin Schuetz <schuetzk@gmail.com>
Tue, 26 Jul 2011 19:21:52 +0000 (14:21 -0500)
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::