chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d7e4728
)
src/method-impl.lisp: Typo in docstring.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 29 Aug 2015 13:12:07 +0000
(14:12 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 30 Aug 2015 17:11:38 +0000
(18:11 +0100)
src/method-impl.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/method-impl.lisp
b/src/method-impl.lisp
index d76b37e5494352fef7495ed40046ed7c6f5e599e..279f841b7595995bb8f28f51bc315128c58f86a0 100644
(file)
--- a/
src/method-impl.lisp
+++ b/
src/method-impl.lisp
@@
-536,7
+536,7
@@
(export 'standard-message)
(defclass standard-message (simple-message)
()
(:documentation
(defclass standard-message (simple-message)
()
(:documentation
- "Message class for standard method combination.
+ "Message class for standard method combination
s
.
Standard method combination is a simple method combination where the
primary methods are invoked as a delegation chain, from most- to
Standard method combination is a simple method combination where the
primary methods are invoked as a delegation chain, from most- to