From c7e23b867e1a881044fa2fc56fed60b78609b22a Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 10 Sep 2014 15:56:56 -0500 Subject: [PATCH] fix color-frame docs closes PR 14733 --- pkgs/htdp-pkgs/htdp-doc/teachpack/2htdp/scribblings/image.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/htdp-pkgs/htdp-doc/teachpack/2htdp/scribblings/image.scrbl b/pkgs/htdp-pkgs/htdp-doc/teachpack/2htdp/scribblings/image.scrbl index f5a3c571c2..f0d2f84606 100644 --- a/pkgs/htdp-pkgs/htdp-doc/teachpack/2htdp/scribblings/image.scrbl +++ b/pkgs/htdp-pkgs/htdp-doc/teachpack/2htdp/scribblings/image.scrbl @@ -1433,7 +1433,7 @@ the parts that fit onto @racket[scene]. (ellipse 20 10 "solid" "navy"))] } -@defproc[(color-frame [image image?] [color (or/c pen? image-color?)]) image?]{ +@defproc[(color-frame [color (or/c pen? image-color?)] [image image?]) image?]{ Like @racket[frame], except with the given @racket[color]. @history[#:added "1.1"]