StringCollection.st
changeset 20479 ee9742d20db6
parent 19873 bc192905a281
child 20578 39641ba8d6e0
child 21439 5a7a395dc9b7
--- a/StringCollection.st	Tue Sep 27 22:19:58 2016 +0200
+++ b/StringCollection.st	Wed Sep 28 10:08:50 2016 +0200
@@ -38,7 +38,7 @@
 
 documentation
 "
-    StringCollection is an variable sized array of lines which are strings.
+    StringCollection is a variable sized array of lines which are strings.
     WARNING:
         This class is temporary (a historic leftover) - it may change or
         even vanish in the future. Use OrderedCollections or other standard