Fix typo in old NEWS.
authorAndy Wingo <wingo@pobox.com>
Thu, 23 Feb 2017 08:29:31 +0000 (09:29 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 23 Feb 2017 08:29:31 +0000 (09:29 +0100)
* NEWS: Fix typo.

NEWS

diff --git a/NEWS b/NEWS
index 4dc7173af3e775cecf9aa009b8dbb2ce80d61873..21268135a2b6814340cfbbb7cc03428627e86e2f 100644 (file)
--- 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,