Lookup.st
branchjv
changeset 21024 8734987eb5c7
parent 18708 bb9a9708f010
parent 20803 8351844d9d61
child 21242 19fabe339f8b
--- a/Lookup.st	Wed Oct 26 23:35:39 2016 +0100
+++ b/Lookup.st	Fri Nov 18 20:48:04 2016 +0000
@@ -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."