Boolean.st
changeset 9147 9e6e5c149778
parent 8830 df7adfaf1a57
child 9448 d7fd5533b1cb
--- a/Boolean.st	Mon Feb 20 10:52:43 2006 +0100
+++ b/Boolean.st	Mon Feb 20 12:26:13 2006 +0100
@@ -96,11 +96,9 @@
 hasSharedInstances
     "return true if this class has shared instances, that is, instances
      with the same value are identical.
-     False is returned here, only redefined in classes which have unified
-     instances (or should be treated so)."
+     True returned here - there is only one true and only one false."
 
     ^ true
-
 !
 
 isBuiltInClass
@@ -234,5 +232,5 @@
 !Boolean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.33 2005-04-08 22:48:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.34 2006-02-20 11:26:13 cg Exp $'
 ! !