From: Mark Wooding Date: Sat, 29 Aug 2015 13:12:07 +0000 (+0100) Subject: src/method-impl.lisp: Typo in docstring. X-Git-Tag: 0.2.0~46 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/commitdiff_plain/1a93d254557901b878e962129242ae6a56f72106?ds=inline src/method-impl.lisp: Typo in docstring. --- diff --git a/src/method-impl.lisp b/src/method-impl.lisp index d76b37e..279f841 100644 --- a/src/method-impl.lisp +++ b/src/method-impl.lisp @@ -536,7 +536,7 @@ (export 'standard-message) (defclass standard-message (simple-message) () (:documentation - "Message class for standard method combination. + "Message class for standard method combinations. Standard method combination is a simple method combination where the primary methods are invoked as a delegation chain, from most- to