From 14dae87107c01990c15bc957e3cc13c01ae0a11e Mon Sep 17 00:00:00 2001 From: Arthur A. Gleckler Date: Sat, 26 Feb 2022 13:13:44 -0500 Subject: Fix example. --- srfi-228.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- cgit v1.2.3-70-g09d2