#DOCUMENTATION
authormawalch
Wed, 27 Jan 2016 11:56:08 +0100
changeset 19106 cfeb2d0d1ee4
parent 19102 3ba85ef22c95
child 19107 ad915b7ce4b3
#DOCUMENTATION class: OrderedDictionary
OrderedDictionary.st
--- a/OrderedDictionary.st	Mon Jan 25 22:09:42 2016 +0100
+++ b/OrderedDictionary.st	Wed Jan 27 11:56:08 2016 +0100
@@ -65,7 +65,7 @@
     I am a subclass of Dictionary whose elements (associations) are ordered in a
     similar fashion to OrderedCollection.
     That is, while being filled via #at:put: messages (or similar Dictionary protocol),
-    the order in which associations are added, is remembered and accessable via the #atIndex:
+    the order in which associations are added, is remembered and accessible via the #atIndex:
     or #order messages.
 
     I have one instance variable: