From d5e28ced91648a6831bb1dc6715a6bf039851d3c Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 5 Oct 2011 15:13:22 -0500 Subject: [PATCH] fix documented contract to match actual function --- collects/scribblings/slideshow/picts.scrbl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/collects/scribblings/slideshow/picts.scrbl b/collects/scribblings/slideshow/picts.scrbl index 6ad76a4e60..432f077766 100644 --- a/collects/scribblings/slideshow/picts.scrbl +++ b/collects/scribblings/slideshow/picts.scrbl @@ -253,7 +253,9 @@ The @racket[angle] determines how much the rectangle is rotated, in radians. } -@defproc[(bitmap [img (or/c path-string? (is-a?/c bitmap%))]) +@defproc[(bitmap [img (or/c path-string? + (is-a?/c bitmap%) + (is-a?/c image-snip%))]) pict]{ A pict that display a bitmap. When a path is provided, the image is