#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:28:32 +0100
changeset 5955 72e55279ce07
parent 5954 a39c4c036662
child 5956 649159a0d63a
#DOCUMENTATION by cg class: TextView comment/format in: #setContents:
TextView.st
--- a/TextView.st	Fri Nov 04 16:27:53 2016 +0100
+++ b/TextView.st	Fri Nov 04 16:28:32 2016 +0100
@@ -1086,7 +1086,7 @@
 
 setContents:something
     "set the contents (either a string or a Collection of strings)
-     dont change the position (i.e. do not scroll) or the selection."
+     don't change the position (i.e. do not scroll) or the selection."
 
     |selStartLine selStartCol selEndLine selEndCol selStyle|