Email list hosting service & mailing list manager

typo in srfi-48 example Per Bothner (18 Mar 2020 23:23 UTC)
Re: typo in srfi-48 example Arthur A. Gleckler (18 Mar 2020 23:41 UTC)

typo in srfi-48 example Per Bothner 18 Mar 2020 23:23 UTC

(format "Error, list is too short: ~s" '(one "two" 3))
; => "Error, list is too short: (one \"two\" 3))"

should be:
; => "Error, list is too short: (one \"two\" 3)"

I.e. one fewer right-parenthesis.
--
	--Per Bothner
xxxxxx@bothner.com   http://per.bothner.com/