Closes PR 12796
This commit is contained in:
Matthew Flatt 2012-05-29 08:49:18 -06:00
parent 26269c329e
commit def4da4f9a

View File

@ -79,7 +79,7 @@ Returns a newly allocated @tech{mutable list} with the same elements as
@defproc[(mlist->list [mlst mlist?]) list?]{
Returns a newly allocated @tech{mutable list} with the same elements as
Returns a newly allocated list with the same elements as
@racket[mlst].}