chiark / gitweb /
src/method-impl.lisp: Typo in docstring.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 29 Aug 2015 13:12:07 +0000 (14:12 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 17:11:38 +0000 (18:11 +0100)
src/method-impl.lisp

index d76b37e5494352fef7495ed40046ed7c6f5e599e..279f841b7595995bb8f28f51bc315128c58f86a0 100644 (file)
@@ -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