diff --git a/pkgs/typed-racket-pkgs/typed-racket-more/typed/pict.rkt b/pkgs/typed-racket-pkgs/typed-racket-more/typed/pict.rkt index ec5436057a..0325f42d95 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-more/typed/pict.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-more/typed/pict.rkt @@ -77,7 +77,7 @@ #:segment (-opt -Real) #f ;; FIXME: add color% with class support #:color (-opt -String) #f - #:width (-opt -Real) #f + #:line-width (-opt -Real) #f -pict)] [ellipse (-> -Real -Real -pict)] [circle (-> -Real -pict)]