Merge pull request #447 from rubberduckdev/patch-2

Missing comma
This commit is contained in:
Gergely Nagy 2014-01-16 05:14:58 -08:00
commit 8de61c65e7

View File

@ -89,7 +89,7 @@ The following code demonstrates this:
---
`->>` or `threading tail macro` is similar to `threading macro` but instead of
inserting each expression into the next expressions first argument place it
inserting each expression into the next expressions first argument place, it
appends it as the last argument. The following code demonstrates this:
.. code-block:: clj