diff --git a/hyphenate/hyphenate/scribblings/hyphenate.scrbl b/hyphenate/hyphenate/scribblings/hyphenate.scrbl index f8a87f37..5b102ea2 100644 --- a/hyphenate/hyphenate/scribblings/hyphenate.scrbl +++ b/hyphenate/hyphenate/scribblings/hyphenate.scrbl @@ -219,7 +219,11 @@ There is no way to use @racket[hyphenate] in ``polyglot'' mode, where English an (fr:hyphenate "formidable" #\-) ] +@section{Russian} +@defmodule[#:multi (hyphenate/ru (submod hyphenate/ru safe))] + +Russian hyphenation is available by importing the module as @racketmodname[hyphenate/ru] or @racketmodname[(submod hyphenate/ru safe)] and using the @racket[hyphenate] function normally. (Hat tip to Natanael de Kross for the patterns.) @section{License & source code}