Fix error in example
This commit is contained in:
parent
0c053e8624
commit
3b654e106e
|
@ -50,7 +50,7 @@ may be mutated; the generator remembers the old cdr.
|
|||
## Examples
|
||||
|
||||
```
|
||||
> (generator->list (floyd-generator '((1 2 3 4) '(a b c d) '(x y z))))
|
||||
> (generator->list (floyd-generator '((1 2 3 4) (a b c d) (x y z))))
|
||||
((1 a x)
|
||||
(2 b y)
|
||||
(3 c z))
|
||||
|
|
Loading…
Reference in New Issue