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:
parent
c7fb87cd6e
commit
7242ca566f
1 changed files with 1 additions and 1 deletions
2
NEWS
2
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue