summaryrefslogtreecommitdiff
path: root/generic.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'generic.lisp')
-rw-r--r--generic.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic.lisp b/generic.lisp
index d160527..cd8e2a8 100644
--- a/generic.lisp
+++ b/generic.lisp
@@ -1,8 +1,8 @@
;;;; An implementation of a kind of generic function. This is not
;;;; terribly CLOSy, as it does not support inheritance. What we have
-;;;; is a method selection routine that works on arbitrary types.
-;;;; Some effort has been made to emulate CLOS's primary method
-;;;; selection.
+;;;; is a multiple-dispatch method selection routine that works on
+;;;; arbitrary types. Some effort has been made to emulate CLOS's
+;;;; primary method selection.
(in-package :def)