diff options
| author | 2022-02-26 13:13:44 -0500 | |
|---|---|---|
| committer | 2022-02-26 13:13:44 -0500 | |
| commit | 14dae87107c01990c15bc957e3cc13c01ae0a11e (patch) | |
| tree | 2674b606223d2380848779f989f5bd15aed236c2 | |
| parent | copy edits (diff) | |
Fix example.
| -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> |
