#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 15 May 2018 18:09:37 +0200
changeset 4090 8e3704b9d8f7
parent 4089 a64828e69680
child 4091 53d5afbb6e26
#DOCUMENTATION by cg class: BufferedValueHolder class comment/format in: #documentation
BufferedValueHolder.st
--- a/BufferedValueHolder.st	Sat May 12 14:24:33 2018 +0200
+++ b/BufferedValueHolder.st	Tue May 15 18:09:37 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by Claus Gittinger
 	      All Rights Reserved
@@ -40,8 +42,8 @@
 "
     a bufferedValueHolder keeps a temporary copy of the realHolders value,
     and only does a real store of the value when triggered.
-    Triggering is done by depending on a trigger objects value, which is
-    typically a ValueHolder for a boolean, which is set by an ok-button.
+    Triggering is done by depending on a trigger object's value, which is
+    typically a ValueHolder on a boolean, which is set by an ok-button.
 
     Notice: 
         this class was implemented using protocol information