diff options
Diffstat (limited to 'srfi-228.html')
-rw-r--r-- | srfi-228.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi-228.html b/srfi-228.html index ae8129f..6579551 100644 --- a/srfi-228.html +++ b/srfi-228.html @@ -134,8 +134,8 @@ (make-cd (make-person "Bob" "Dylan") "Blonde on Blonde") (make-cd (make-person "The" "Beatles") "Revolver"))) ;; => ({Book {Person "Jacob" "Grimm"} "Deutsche Grammatik"} -;; {Book {Person "William" "Shakespeare"} "Sonnets"} ;; {Book {Person "William" "Shakespeare"} "A Midsummer Night’s Dream"} +;; {Book {Person "William" "Shakespeare"} "Sonnets"} ;; {CD {Person "The" "Beatles"} "Abbey Road"} ;; {CD {Person "The" "Beatles"} "Revolver"} ;; {CD {Person "Bob" "Dylan"} "Blonde on Blonde"})</code></pre> |