Pascal Borreli
2012-09-12 08:29:08 +00:00
parent 68b8c4619c
commit 2c1be8f0fd
+1 -1
View File
@@ -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