Minor typo

Sorry for tiny commits :P
This commit is contained in:
Bertie Wheen 2014-05-17 19:04:41 +01:00
parent b5a058a3bc
commit 02fa251175

View File

@ -416,7 +416,7 @@ Parameters may have following keywords in front of them:
arguments may be specified after this one.
The following code example defines a function that can be given 0 to n
numerical parameters. It then sums every odd number and substracts
numerical parameters. It then sums every odd number and subtracts
every even number.
.. code-block:: clj