#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Tue, 19 Jul 2016 17:23:51 +0200
changeset 5788 3043bff6248c
parent 5787 6afec9827d1c
child 5789 a6db617369e9
#DOCUMENTATION by stefan class: EditTextViewCompletionSupport comment/format in: #documentation
EditTextViewCompletionSupport.st
--- a/EditTextViewCompletionSupport.st	Fri Jul 15 17:21:04 2016 +0200
+++ b/EditTextViewCompletionSupport.st	Tue Jul 19 17:23:51 2016 +0200
@@ -18,7 +18,7 @@
     Individual completion engines may create a subclass of 
     EditTextCompletionSupport and customize it.
 
-    Basucally, they have to implement #computeCompletions
+    Basically, they have to implement #computeCompletions
 
     [author:]
         Claus Gittinger