From e23b4b54eaa18cd25914a383fc46fb828a0e444c Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 11 Aug 2009 15:35:57 -0500 Subject: [PATCH] fix docs --- extra/math/text/english/english-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/math/text/english/english-docs.factor b/extra/math/text/english/english-docs.factor index a7fdc421aa..5bd24c3e98 100644 --- a/extra/math/text/english/english-docs.factor +++ b/extra/math/text/english/english-docs.factor @@ -4,4 +4,4 @@ IN: math.text.english HELP: number>text { $values { "n" integer } { "str" string } } { $description "Converts an integer to a text string representation in English, including appropriate punctuation and conjunctions." } -{ $examples { $example "USING: math.text.english prettyprint ;" "12345 number>text ." "\"Twelve Thousand, Three Hundred and Forty-Five\"" } } ; +{ $examples { $example "USING: math.text.english prettyprint ;" "12345 number>text ." "\"twelve thousand, three hundred and forty-five\"" } } ;