Association.st
changeset 12161 d7e47cf2f086
parent 11908 1034accdce84
child 14118 c4375f1867f6
--- a/Association.st	Tue Oct 06 16:59:40 2009 +0200
+++ b/Association.st	Tue Oct 06 17:16:10 2009 +0200
@@ -139,8 +139,7 @@
 !
 
 printOn:aStream
-    "return a string containing a printable representation
-     of the receiver"
+    "append a printed representation of the receiver to aStream"
 
     key printOn:aStream.
     aStream nextPutAll:'->'.
@@ -174,5 +173,9 @@
 !Association class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Association.st,v 1.22 2009-09-11 12:39:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Association.st,v 1.23 2009-10-06 15:16:10 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libbasic/Association.st,v 1.23 2009-10-06 15:16:10 cg Exp $'
 ! !