[rebuttal] remove last of ~a
This commit is contained in:
parent
4e1a975238
commit
7a933236b5
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue
Block a user