projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
68b8c46
)
Fixed typo
author
Pascal Borreli
<pascal@borreli.com>
Wed, 12 Sep 2012 08:29:08 +0000 (08:29 +0000)
committer
Pascal Borreli
<pascal@borreli.com>
Wed, 12 Sep 2012 08:29:08 +0000 (08:29 +0000)
http://english.stackexchange.com/questions/3640/is-substract-versus-subtract-a-proper-word
doc/templates.rst
patch
|
blob
|
history
diff --git
a/doc/templates.rst
b/doc/templates.rst
index
22c32c4
..
104dcad
100644
(file)
--- 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