]> gitweb.factorcode.org Git - factor.git/commitdiff
fix docs
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 28 Apr 2008 20:17:47 +0000 (15:17 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 28 Apr 2008 20:17:47 +0000 (15:17 -0500)
core/math/order/order.factor

index 36624f5ca9eb1ce86d0c63da2d612105c2af54cd..b1820daa8d4d60d4d02aa17c8d8121fe2c2891d1 100644 (file)
@@ -40,4 +40,4 @@ M: real after=? ( obj1 obj2 -- ? ) >= ;
 
 : [-] ( x y -- z ) - 0 max ; inline
 
-: compare ( obj1 obj2 quot -- n ) bi@ <=> ; inline
+: compare ( obj1 obj2 quot -- symbol ) bi@ <=> ; inline