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\"" } } ;