Interval.st
changeset 759 908363ce8a32
parent 629 2ceefe9b5a19
child 1290 15ba3221b89b
--- a/Interval.st	Fri Dec 15 00:05:12 1995 +0100
+++ b/Interval.st	Fri Dec 15 13:47:55 1995 +0100
@@ -37,7 +37,7 @@
 "
     Intervals represent a collection (or range) of numeric values specified by
     a startValue, an endValue and a step. 
-    The interresting thing is that the elements are computed, not stored.
+    The interesting thing is that the elements are computed, not stored.
     For example, the interval (1 to:5) containes the elements (1 2 3 4 5) and
     (1 to:6 by:2) contains (1 3 5).
 
@@ -290,5 +290,5 @@
 !Interval class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Interval.st,v 1.19 1995-11-23 17:05:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Interval.st,v 1.20 1995-12-15 12:47:33 cg Exp $'
 ! !