fix color-frame docs

closes PR 14733
This commit is contained in:
Robby Findler 2014-09-10 15:56:56 -05:00
parent 5d6ecd7754
commit c7e23b867e

View File

@ -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"]