From: Pascal Borreli Date: Wed, 12 Sep 2012 08:29:08 +0000 (+0000) Subject: Fixed typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=2c1be8f0fd34b599d2f55bb5c90e86d675e480c5;p=web%2Fkonrad%2Ftwig.git Fixed typo http://english.stackexchange.com/questions/3640/is-substract-versus-subtract-a-proper-word --- diff --git a/doc/templates.rst b/doc/templates.rst index 22c32c4..104dcad 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -556,7 +556,7 @@ but exists for completeness' sake. The following operators are supported: * ``+``: Adds two objects together (the operands are casted to numbers). ``{{ 1 + 1 }}`` is ``2``. -* ``-``: Substracts the second number from the first one. ``{{ 3 - 2 }}`` is +* ``-``: Subtracts the second number from the first one. ``{{ 3 - 2 }}`` is ``1``. * ``/``: Divides two numbers. The returned value will be a floating point