changed: #documentation
authorClaus Gittinger <cg@exept.de>
Sat, 22 Jan 2011 11:40:01 +0100
changeset 2883 0449a63f204f
parent 2882 ed8ea0037dfb
child 2884 7d37f5a0719e
changed: #documentation
IndirectValue.st
--- 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 $'
 ! !