BooleanValueHolder.st
changeset 3202 77a9af3ab997
parent 2483 be285c88b641
--- a/BooleanValueHolder.st	Sat Jul 27 10:09:59 2013 +0200
+++ b/BooleanValueHolder.st	Sat Jul 27 10:10:10 2013 +0200
@@ -115,7 +115,7 @@
 !
 
 | anotherBooleanValueHolder
-    "return another valueHolder, which returns the logical and of myself and another valueHolder"
+    "return another valueHolder, which returns the logical or of myself and another valueHolder"
 
     ^ BooleanBlockValue 
         forLogical:self or:anotherBooleanValueHolder
@@ -132,10 +132,13 @@
      b1 value:true.
      o value.     
     "
+
+    "Modified (comment): / 27-07-2013 / 09:55:01 / cg"
 ! !
 
 !BooleanValueHolder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BooleanValueHolder.st,v 1.3 2008-05-29 16:19:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BooleanValueHolder.st,v 1.4 2013-07-27 08:10:10 cg Exp $'
 ! !
+