Skip to content
Snippets Groups Projects
Commit 107eb17c authored by Nikodemus Siivola's avatar Nikodemus Siivola
Browse files

fix docstring of IOTA

parent 6ff80407
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ and STEP. START defaults to 0 and STEP to 1.
Examples:
(iota 4) => (0 1 2 3 4)
(iota 4) => (0 1 2 3)
(iota 3 :start 1 :step 1.0) => (1.0 2.0 3.0)
(iota 3 :start -1 :step -1/2) => (-1 -3/2 -2)
"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment