From 7a933236b553a0d4d6a9e6a99a69e5a5552f4f10 Mon Sep 17 00:00:00 2001 From: Ben Greenman Date: Tue, 3 May 2016 05:56:49 -0400 Subject: [PATCH] [rebuttal] remove last of ~a --- icfp-2016/usage.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icfp-2016/usage.scrbl b/icfp-2016/usage.scrbl index d29a999..13a7462 100644 --- a/icfp-2016/usage.scrbl +++ b/icfp-2016/usage.scrbl @@ -248,7 +248,7 @@ This same technique can be used to implement generalized @racket[map] in @racketblock[ > (define (cite (p : String) (d : String)) - (printf "~a v. ~a, U.S.\n" p d)) + (printf "~s v. ~s, U.S.\n" p d)) > (define plaintiff* '("Rasul" "Chisholm")) > (define defendant*