math.order: improve docs for invert-comparison.

db4
John Benediktsson 2012-09-14 09:45:03 -07:00
parent 40e7813214
commit 7e3a5fc1b2
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ HELP: +gt+
{ $description "Output by " { $link <=> } " when the first object is strictly greater than the second object." } ;
HELP: invert-comparison
{ $values { "<=>" symbol } { ">=<" symbol } }
{ $values { "<=>" "an ordering specifier" } { ">=<" "an ordering specifier" } }
{ $description "Invert the comparison symbol returned by " { $link <=> } "." }
{ $examples
{ $example "USING: math.order prettyprint ;" "+lt+ invert-comparison ." "+gt+" } } ;