Variable.st
changeset 1035 8848672cb893
parent 542 728300bd8861
child 1147 ab92bdd80de5
--- a/Variable.st	Fri Feb 11 14:28:10 2000 +0100
+++ b/Variable.st	Sat Feb 12 16:34:02 2000 +0100
@@ -94,7 +94,7 @@
     ^ value
 ! !
 
-!Variable methodsFor:'enumeration'!
+!Variable methodsFor:'enumerating'!
 
 nodeDo:anEnumerator
     "helper for parse tree walking"
@@ -107,5 +107,5 @@
 !Variable class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Variable.st,v 1.14 1997-06-19 16:38:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Variable.st,v 1.15 2000-02-12 15:34:02 cg Exp $'
 ! !