extensions.st
changeset 4190 031045a0f356
parent 4095 5e375abfedec
child 4202 88ea818849fa
--- a/extensions.st	Fri Nov 04 15:57:27 2016 +0100
+++ b/extensions.st	Fri Nov 04 15:57:40 2016 +0100
@@ -73,11 +73,11 @@
     "return a soundex phonetic code or nil.
      Soundex returns similar codes for similar sounding words, making it a useful
      tool when searching for words where the correct spelling is unknown.
-     (read Knuth or search the web if you dont know what a soundex code is).
+     (read Knuth or search the web if you don't know what a soundex code is).
 
      Caveat: 'similar sounding words' means: 'similar sounding in ENGLISH'
-	     Please have a look at the other phonetic comparison operators found
-	     in PhoneticStringUtilities."
+             Please have a look at the other phonetic comparison operators found
+             in PhoneticStringUtilities."
 
     ^ PhoneticStringUtilities soundexCodeOf:self