diff --git a/collects/teachpack/2htdp/scribblings/image.scrbl b/collects/teachpack/2htdp/scribblings/image.scrbl index eb525bd515..a0372f14db 100644 --- a/collects/teachpack/2htdp/scribblings/image.scrbl +++ b/collects/teachpack/2htdp/scribblings/image.scrbl @@ -1016,7 +1016,7 @@ a black outline. @defproc[(scene+line [image image?] [x1 real?] [y1 real?] [x2 real?] [y2 real?] - [color image-color?]) + [pen-or-color (or/c pen? image-color?)]) image?]{ Adds a line to the image @racket[scene], starting from the point (@racket[x1],@racket[y1])