From 7242ca566f44ba498b9c3ecacb996182ab57cdce Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 23 Feb 2017 09:29:31 +0100 Subject: Fix typo in old NEWS. * NEWS: Fix typo. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4dc7173af..21268135a 100644 --- a/NEWS +++ b/NEWS @@ -1055,7 +1055,7 @@ if you defined a class C: And now you define a subclass, intending to provide an #:init-value for the slot A: - (define-class D () + (define-class D (A) (a #:init-value 42)) Really what you have done is define in D a new slot with the same name, -- cgit v1.2.3