diff options
Diffstat (limited to 'src/weighted-quick-union.lisp')
| -rw-r--r-- | src/weighted-quick-union.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weighted-quick-union.lisp b/src/weighted-quick-union.lisp index 7a3a3a7..679de80 100644 --- a/src/weighted-quick-union.lisp +++ b/src/weighted-quick-union.lisp @@ -49,7 +49,7 @@ the find operation on the Quick Union algorithm" `(= (find-root ,network ,n1) (find-root ,network ,n2))) (defmacro nunion_ (network n1 n2) - "A consed version of the union function." + "A destructive version of the union function." `(setf ,network (union_ ,network ,n1 ,n2))) |
