fix docs
parent
7a1837b15a
commit
e23b4b54ea
|
@ -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\"" } } ;
|
||||
|
|
Loading…
Reference in New Issue