WeakValueDictionary.st
changeset 2307 54503a6dbb71
parent 2303 f19df2d4c238
child 2739 6e9c55027219
--- a/WeakValueDictionary.st	Wed Jan 29 16:30:52 1997 +0100
+++ b/WeakValueDictionary.st	Wed Jan 29 16:31:14 1997 +0100
@@ -42,10 +42,11 @@
     the Dictionary will return nil for the value at position key.
     (with some delay: it will be removed after the next garbage collect).
 
-    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:]
@@ -153,5 +154,5 @@
 !WeakValueDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueDictionary.st,v 1.6 1997-01-29 14:29:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WeakValueDictionary.st,v 1.7 1997-01-29 15:31:14 cg Exp $'
 ! !