From 83568dd0deaa94261f652afe797689422fbd31b5 Mon Sep 17 00:00:00 2001 From: John Clements Date: Mon, 14 Jan 2008 19:53:37 +0000 Subject: [PATCH] immutable -> mutable svn: r8322 --- 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 e3200b65d8..4d6cc6a0fa 100644 --- a/collects/scribblings/reference/mpairs.scrbl +++ b/collects/scribblings/reference/mpairs.scrbl @@ -11,7 +11,7 @@ operations to change the parts of the pair (like traditional Lisp and Scheme pairs). A @deftech{mutable list} is analogous to a list created with pairs, but -instead created with immutable pairs. +instead created with mutable pairs. @; ---------------------------------------- @section{Mutable Pair Constructors and Selectors}