immutable -> mutable
svn: r8322
This commit is contained in:
parent
6aa2962602
commit
83568dd0de
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user