From 8a36919c669d004ecde8d0b67aa54fd927f898de Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Mon, 14 Jul 2014 10:28:39 -0400 Subject: [PATCH] Fix kw in typed/pict Closes PR 14637 --- pkgs/typed-racket-pkgs/typed-racket-more/typed/pict.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]