Fix racket/draw doc typo

This commit is contained in:
Asumu Takikawa 2013-05-19 19:40:14 -04:00
parent dcaf652cdd
commit d9102ac7e7

View File

@ -242,7 +242,7 @@ For PNG loading, if @racket[bg-color] is not @racket[#f], then it is
}
@defmethod[(make-dc)
boolean?]{
(is-a?/c bitmap-dc%)]{
Return @racket[(make-object bitmap-dc% this)].}