[rebuttal] remove last of ~a

This commit is contained in:
Ben Greenman 2016-05-03 05:56:49 -04:00
parent 4e1a975238
commit 7a933236b5

View File

@ -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*