IndirectValue.st
changeset 2883 0449a63f204f
parent 2817 f8b08ad94d28
child 3319 2b9a15e04435
--- a/IndirectValue.st	Sun Jan 16 11:29:37 2011 +0100
+++ b/IndirectValue.st	Sat Jan 22 11:40:01 2011 +0100
@@ -36,7 +36,7 @@
 
 documentation
 "
-    IndirectValue referes to another valueHolder and presents that holders value
+    IndirectValue referes to another valueHolder and presents that holder's value
     as my own value.
     However, the holder can be changed, which results in a change message from myself.
     Can be used if a valueHolder is needed which represents different values over
@@ -140,9 +140,9 @@
 !IndirectValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.7 2010-01-20 13:25:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.8 2011-01-22 10:40:01 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.7 2010-01-20 13:25:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.8 2011-01-22 10:40:01 cg Exp $'
 ! !