From e55d32b2ebf76e778f4793f334a622f84de8fb31 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 22 Nov 2012 20:02:59 -0600 Subject: [PATCH] fix docs bug in recent commit --- collects/scribblings/framework/color.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/framework/color.scrbl b/collects/scribblings/framework/color.scrbl index bffb4bb9b9..ec6e5459df 100644 --- a/collects/scribblings/framework/color.scrbl +++ b/collects/scribblings/framework/color.scrbl @@ -165,7 +165,7 @@ string constants. Otherwise, disable spell-checking of constants. } - @defmethod[(set-spell-current-dict [dict (or/c string? #f)])]{ + @defmethod[(set-spell-current-dict [dict (or/c string? #f)]) void?]{ Sets the current dictionary used with aspell to @racket[dict]. If @racket[dict] is @racket[#f], then the default dictionary is used. }