#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2017 20:45:41 +0100
changeset 6097 12cbf18037c6
parent 6096 27f0da22dc30
child 6098 62a103f41b17
#OTHER by cg comment/format
ToggleController.st
--- a/ToggleController.st	Mon Feb 13 20:11:10 2017 +0100
+++ b/ToggleController.st	Mon Feb 13 20:45:41 2017 +0100
@@ -45,7 +45,7 @@
     ToggleController adds another actionBlock, since it inherits press-
     and releaseActions, while we want one actionBlock to be used for both
     on- and off. The actionBlock (if any) is evaluated with the current
-    toggles state if it expects an argument, or without argument if its a no-arg
+    toggles state if it expects an argument, or without argument if it's a no-arg
     block.
 
     Other than that, all model relations are inherited - i.e. if the view has a model,