Typo in tutorial

This commit is contained in:
Christopher Browne 2013-04-08 17:09:00 -04:00
parent 1c14a69fc9
commit 4ce3081933

View File

@ -339,7 +339,7 @@ In hy, you could do these like:
(list-comp
(pow num 2)
(num (range 100))
(= (% num 2) 1))
(= (% num 2) 1)))
.. code-block:: clj