WeakIdentityDictionary.st
changeset 2306 3851fc553893
parent 2303 f19df2d4c238
child 2315 a9ff2fda8bae
--- a/WeakIdentityDictionary.st	Wed Jan 29 16:20:47 1997 +0100
+++ b/WeakIdentityDictionary.st	Wed Jan 29 16:30:52 1997 +0100
@@ -49,10 +49,11 @@
     release. Using a WeakDictionary may be incompatible to ST-80 but is much
     more comfortable, since no manual release of dependents is needed.
 
-    If you use this, be very careful since the collections size changes
-    'magically' - for example, testing for being nonEmpty and then
-    removing the first element may fail, since the element may vanish inbetween.
-    In general, never trust the value as returned by the size/isEmpty messages.
+    [Warning:]
+      If you use this, be very careful since the collections size changes
+      'magically' - for example, testing for being nonEmpty and then
+      removing the first element may fail, since the element may vanish inbetween.
+      In general, never trust the value as returned by the size/isEmpty messages.
 
 
     [author:]
@@ -271,5 +272,5 @@
 !WeakIdentityDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WeakIdentityDictionary.st,v 1.26 1997-01-29 14:28:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WeakIdentityDictionary.st,v 1.27 1997-01-29 15:30:52 cg Exp $'
 ! !