diff options
Diffstat (limited to 'Lisp')
-rw-r--r-- | Lisp/method-definition.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lisp/method-definition.lisp b/Lisp/method-definition.lisp index 88c2a2d..2d42843 100644 --- a/Lisp/method-definition.lisp +++ b/Lisp/method-definition.lisp @@ -264,7 +264,7 @@ __super__" (defun super (&rest args) "Send a super message to the receiver of the current message. -## Syntax: +## Arguments and Values: *args* --- a **list**. |