Lookup.st
changeset 20803 8351844d9d61
parent 18706 59b1a62da74e
child 21024 8734987eb5c7
child 21101 3311b5c4d2eb
--- a/Lookup.st	Fri Nov 04 16:08:47 2016 +0100
+++ b/Lookup.st	Fri Nov 04 16:09:33 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
 	      All Rights Reserved
@@ -151,7 +149,7 @@
      The returned method object will NOT be put into the inline- and
          polyCache bu default. To update the call site's cache, you have to
          call ilcCache bindTo: method forClass: initialSearch class. If you
-         dont call it, inline/poly cache won't be updated and next call
+         don't call it, inline/poly cache won't be updated and next call
          won't be cached (therefore it will be relatively slow.
 
      If I return nil, a doesNotUnderstand: will be send."