minor doc fix

This commit is contained in:
Matthew Egan Odendahl 2016-05-12 16:41:26 -06:00
parent fb9a97a7e5
commit d1fd483e59

View File

@ -105,7 +105,7 @@ Layout & Indentation
.. code-block:: clj
(let [foo (bar)]
(let [foo (bar)
qux (baz)]
(foo qux))