From def4da4f9af077e7435e73d498b867a03a57f310 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 29 May 2012 08:49:18 -0600 Subject: [PATCH] doc fix Closes PR 12796 --- collects/scribblings/reference/mpairs.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/mpairs.scrbl b/collects/scribblings/reference/mpairs.scrbl index 74d034298e..7dc6ece5eb 100644 --- a/collects/scribblings/reference/mpairs.scrbl +++ b/collects/scribblings/reference/mpairs.scrbl @@ -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].}