Collection.st
changeset 20791 f2ac9a12c878
parent 20790 ca9de5588d1f
child 21024 8734987eb5c7
child 21040 9f1f81cbf2b2
--- a/Collection.st	Fri Nov 04 15:56:36 2016 +0100
+++ b/Collection.st	Fri Nov 04 15:58:12 2016 +0100
@@ -712,7 +712,7 @@
 firstOrNil
     "return the first element of the collection.
      If its empty, return nil.
-     (i.e. dont trigger an error as done in #first)"
+     (i.e. don't trigger an error as done in #first)"
 
     ^ self firstIfEmpty:nil