SmallInteger.st
changeset 5240 2a91958ba1f1
parent 5209 3a52e2f97ec4
child 5410 859c010edb47
--- a/SmallInteger.st	Mon Feb 07 12:32:28 2000 +0100
+++ b/SmallInteger.st	Mon Feb 07 12:33:26 2000 +0100
@@ -1574,7 +1574,7 @@
     ^ 0
 ! !
 
-!SmallInteger methodsFor:'coercing and converting'!
+!SmallInteger methodsFor:'coercing & converting'!
 
 asCharacter
     "Return a character with the receiver as ascii value"
@@ -3158,5 +3158,5 @@
 !SmallInteger class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.126 2000-01-25 10:12:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SmallInteger.st,v 1.127 2000-02-07 11:33:26 cg Exp $'
 ! !