fix doc bug

svn: r9435
This commit is contained in:
Matthew Flatt 2008-04-23 17:38:24 +00:00
parent 3e82dcc63b
commit 980652e901

View File

@ -618,7 +618,7 @@ but @scheme[pred] is applied to each item in @scheme[lst] only once.
Returns @scheme[(append* (map proc lst ...))].
@examples[
@examples[#:eval list-eval
(append-map vector->list '(#(1) #(2 3) #(4)))
]}