class: IndirectValue
authorClaus Gittinger <cg@exept.de>
Wed, 26 Mar 2014 22:59:54 +0100
changeset 3319 2b9a15e04435
parent 3318 20b0c3ec22d7
child 3320 602bf71b5fdc
class: IndirectValue comment/format in: #documentation
IndirectValue.st
--- a/IndirectValue.st	Sun Mar 23 02:18:42 2014 +0100
+++ b/IndirectValue.st	Wed Mar 26 22:59:54 2014 +0100
@@ -36,7 +36,7 @@
 
 documentation
 "
-    IndirectValue referes to another valueHolder and presents that holder's value
+    IndirectValue refers 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,10 @@
 !IndirectValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.8 2011-01-22 10:40:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.9 2014-03-26 21:59:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.8 2011-01-22 10:40:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.9 2014-03-26 21:59:54 cg Exp $'
 ! !
+