immutable -> mutable

svn: r8322
This commit is contained in:
John Clements 2008-01-14 19:53:37 +00:00
parent 6aa2962602
commit 83568dd0de

View File

@ -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}