Skip to content

Commit 3a7278d

Browse files
committed
(minor) data structures: nsubstitute is "non consing".
1 parent c033f66 commit 3a7278d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-structures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ It destructively replaces the elements in `sequence`, in-between the `start` and
636636
;; (NIL :HELLO :HELLO)
637637
~~~
638638

639-
See also `nsubstitute` for a non destructive function.
639+
See also `substitute`.
640640

641641

642642
#### find, position (foo, sequence) - get index
@@ -693,7 +693,7 @@ except that all elements equal to `old` are replaced with `new`.
693693
;; => ("a" "a" "a")
694694
~~~
695695

696-
`nsubstitute` is the non-destructive version.
696+
`nsubstitute` is the "non-consing", destructive version.
697697

698698

699699
#### merge (result-type, sequence1, sequence2, predicate) (destructive)

0 commit comments

Comments
 (0)