Missing comma

This commit is contained in:
rubberduckdev 2014-01-16 01:45:34 +02:00
parent da59b20471
commit 7d5399570c

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