Bag.st
changeset 92 0c73b48551ac
parent 88 81dacba7a63a
child 154 d4236ec280a6
--- a/Bag.st	Sun Jul 10 00:59:39 1994 +0200
+++ b/Bag.st	Fri Aug 05 02:55:07 1994 +0200
@@ -20,6 +20,8 @@
 Bag comment:'
 COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
+
+$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.8 1994-08-05 00:53:54 claus Exp $
 '!
 
 !Bag class methodsFor:'documentation'!
@@ -40,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.7 1994-06-02 16:19:21 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Bag.st,v 1.8 1994-08-05 00:53:54 claus Exp $
 "
 !
 
@@ -53,7 +55,7 @@
 
     Instance variables:
 
-    contents        <Dictionary>    for each element, the number of occurrences
+        contents        <Dictionary>    for each element, the number of occurrences
 "
 ! !