diff options
Diffstat (limited to 'src/quick-find.lisp')
| -rw-r--r-- | src/quick-find.lisp | 2 |
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))) |
