Typo in tutorial
This commit is contained in:
parent
1c14a69fc9
commit
4ce3081933
@ -339,7 +339,7 @@ In hy, you could do these like:
|
|||||||
(list-comp
|
(list-comp
|
||||||
(pow num 2)
|
(pow num 2)
|
||||||
(num (range 100))
|
(num (range 100))
|
||||||
(= (% num 2) 1))
|
(= (% num 2) 1)))
|
||||||
|
|
||||||
|
|
||||||
.. code-block:: clj
|
.. code-block:: clj
|
||||||
|
Loading…
x
Reference in New Issue
Block a user