Symbol.st
changeset 8383 dea5311899c5
parent 8368 2109093f80ff
child 8395 6bd97113cb4c
--- a/Symbol.st	Mon Jun 07 17:43:23 2004 +0200
+++ b/Symbol.st	Tue Jun 08 12:30:22 2004 +0200
@@ -493,7 +493,7 @@
 !
 
 deepCopyUsing:aDictionary
-    "return a copy of myself
+    "return a deep copy of myself
      - reimplemented here since symbols are immutable."
 
      ^ self
@@ -745,5 +745,5 @@
 !Symbol class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Symbol.st,v 1.76 2004-05-27 14:27:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Symbol.st,v 1.77 2004-06-08 10:30:08 cg Exp $'
 ! !