Interval.st
changeset 7821 a8fd1f2b07dd
parent 7820 8e6e0f75767a
child 7823 4a31fa10c6eb
--- a/Interval.st	Wed Jan 07 13:49:50 2004 +0100
+++ b/Interval.st	Wed Jan 07 13:50:35 2004 +0100
@@ -486,7 +486,7 @@
 
 minMax
     "return the minimum and maximum values in the receiver collection
-     as a two element array, using #> to compare elements.
+     as a two element array.
      Raises an error, if the receiver is empty."
 
     step == -1 ifTrue:[
@@ -516,5 +516,5 @@
 !Interval class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Interval.st,v 1.37 2004-01-07 12:49:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Interval.st,v 1.38 2004-01-07 12:50:04 cg Exp $'
 ! !