From 8e45f8240f8956f6365aa4f5412d0536337b855d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH] src/method-proto.lisp: Fix boneheaded `:keyword' as a type. --- src/method-proto.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/method-proto.lisp b/src/method-proto.lisp index 6a1b640..41e6354 100644 --- a/src/method-proto.lisp +++ b/src/method-proto.lisp @@ -86,7 +86,7 @@ :reader method-entry-chain-head) (chain-tail :initarg :chain-tail :type sod-class :reader method-entry-chain-tail) - (role :initarg :role :type (or :keyword null) :reader method-entry-role)) + (role :initarg :role :type (or keyword null) :reader method-entry-role)) (:documentation "An entry point into an effective method. -- 2.11.0