fix contract

original commit: 0e3ede92a01981cfe878665aaa62cee0ae8bb6b1
This commit is contained in:
Robby Findler 2013-07-03 10:55:38 -05:00
parent b3eb070ed3
commit d86ccdebb7

View File

@ -13,8 +13,8 @@ up an image.
@defproc[(render-image [image image?]
[dc (is-a?/c dc<%>)]
[dx number?]
[dy number?])
[dx real?]
[dy real?])
void?]{
Draws @racket[image] in @racket[dc] at the position (@racket[dx],@racket[dy]).
}