Fix bug in example for in-indexed
This commit is contained in:
parent
5986bc9250
commit
9b6f02238b
|
@ -607,7 +607,7 @@ each element in the sequence.
|
|||
|
||||
@(examples
|
||||
#:eval sequence-evaluator
|
||||
(for ([(i ch) (in-indexed "hello")])
|
||||
(for ([(ch i) (in-indexed "hello")])
|
||||
(printf "The char at position ~a is: ~a\n" i ch)))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user