guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/04: Fix typo in old NEWS.


From: Andy Wingo
Subject: [Guile-commits] 01/04: Fix typo in old NEWS.
Date: Thu, 23 Feb 2017 07:21:06 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit 7242ca566f44ba498b9c3ecacb996182ab57cdce
Author: Andy Wingo <address@hidden>
Date:   Thu Feb 23 09:29:31 2017 +0100

    Fix typo in old NEWS.
    
    * NEWS: Fix typo.
---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 4dc7173..2126813 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]