#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 31 Aug 2017 20:15:30 +0200
changeset 8147 4451c94e3e41
parent 8146 97a4ee050bd6
child 8148 987e7d0dee97
#DOCUMENTATION by cg class: DisplaySurface class comment/format in: #documentation
DisplaySurface.st
--- a/DisplaySurface.st	Thu Aug 31 18:16:44 2017 +0200
+++ b/DisplaySurface.st	Thu Aug 31 20:15:30 2017 +0200
@@ -45,7 +45,7 @@
     A special feature is the delegate field, which allows key- and button
     events to be stolen from a view.
     If the delegate is non-nil, these events will be sent to it instead.
-    So you can change a views behavior even if it was not initially designed
+    So you can change a view's behavior even if it was not initially designed
     for it. Also, controller functionality could be simulated using delegates.
 
     [instance variables:]