X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/37fed32620ab3034e7e43ab6727ba66c11c0ebe9..ffaadb2bd69232066e6d99f25eac0fa8f09c11f4:/src/pset-proto.lisp diff --git a/src/pset-proto.lisp b/src/pset-proto.lisp index 5e02d9b..09547e8 100644 --- a/src/pset-proto.lisp +++ b/src/pset-proto.lisp @@ -95,7 +95,7 @@ (if (eql type wanted) value (error "Incorrect type: expected ~A but found ~A" wanted type))) - ;; If the caller asks for type T then give him the raw thing. + ;; If the caller asks for type T then give them the raw thing. (:method (value type (wanted (eql t))) (declare (ignore type)) value))