aboutsummaryrefslogtreecommitdiff
path: root/src/quick-find.lisp
diff options
context:
space:
mode:
authorLoic GUEGAN <loic.guegan@yahoo.fr>2019-01-28 18:21:58 +0100
committerLoic GUEGAN <loic.guegan@yahoo.fr>2019-01-28 18:21:58 +0100
commit0038d9bd0318c1025b8edd005f3aaa609a308a57 (patch)
treedb08592d5004a9bd3298be97a0f266689be708d0 /src/quick-find.lisp
parent2dfdbfbb498d0584a8147279464039c49bea515a (diff)
Add algo
Diffstat (limited to 'src/quick-find.lisp')
-rw-r--r--src/quick-find.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick-find.lisp b/src/quick-find.lisp
index 21bd6d5..edaa7f0 100644
--- a/src/quick-find.lisp
+++ b/src/quick-find.lisp
@@ -30,7 +30,7 @@
`(= (elt ,network ,n1) (elt ,network ,n2)))
(defmacro nunion_ (network n1 n2)
- "A consed version of union_"
+ "A destructive version of union_"
`(setq ,network (union_ ,network ,n1 ,n2)))