Number.st
changeset 19457 8f56a5bde306
parent 19249 c204b2132ad3
child 19478 1f5aa87f6170
child 19701 92aff12989fa
--- a/Number.st	Fri Mar 25 17:03:54 2016 +0100
+++ b/Number.st	Fri Mar 25 17:04:03 2016 +0100
@@ -711,7 +711,6 @@
     "
 ! !
 
-
 !Number class methodsFor:'private'!
 
 readMantissaAndScaleFrom:aStream radix:radix
@@ -781,12 +780,11 @@
 isAbstract
     "Return if this class is an abstract class.
      True is returned for Number here; false for subclasses.
-     Abstract subclasses must redefine again."
+     Abstract subclasses must redefine this again."
 
     ^ self == Number
 ! !
 
-
 !Number methodsFor:'Compatibility-Squeak'!
 
 asSmallAngleDegrees
@@ -2668,7 +2666,6 @@
     "Modified: / 5.11.2001 / 17:54:22 / cg"
 ! !
 
-
 !Number class methodsFor:'documentation'!
 
 version