1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Fix typo in old NEWS.

* NEWS: Fix typo.
This commit is contained in:
Andy Wingo 2017-02-23 09:29:31 +01:00
parent c7fb87cd6e
commit 7242ca566f

2
NEWS
View file

@ -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,