fix docs bug in recent commit

This commit is contained in:
Robby Findler 2012-11-22 20:02:59 -06:00
parent 5b18645a9a
commit e55d32b2eb

View File

@ -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.
}