From 02fa2511751ba2acb03cfb61ff0015b63f296956 Mon Sep 17 00:00:00 2001 From: Bertie Wheen Date: Sat, 17 May 2014 19:04:41 +0100 Subject: [PATCH] Minor typo Sorry for tiny commits :P --- docs/language/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/language/api.rst b/docs/language/api.rst index 28c13ba..2521b95 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -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