#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:26:47 +0100
changeset 17039 8ba8072d1b4f
parent 17038 aec959d540e1
child 17040 84e03a037118
#DOCUMENTATION by cg class: Tools::CodeView2 comment/format in: #languageHolder
Tools__CodeView2.st
--- a/Tools__CodeView2.st	Fri Nov 04 16:26:34 2016 +0100
+++ b/Tools__CodeView2.st	Fri Nov 04 16:26:47 2016 +0100
@@ -921,7 +921,7 @@
 
 languageHolder
     languageHolder isNil ifTrue:[
-        "/ cg: I dont like the smalltalk default here, because everyone who is not showing ST-code (expecco, filebrowser etc.)
+        "/ cg: I don't like the smalltalk default here, because everyone who is not showing ST-code (expecco, filebrowser etc.)
         "/ has to explicitely clear the valueholder. I guess, it is better for the few
         "/ others to explicitely set it, if they do not provide syntaxHighlighter per method
         "/ or class.