comment/format in: #name:
authorClaus Gittinger <cg@exept.de>
Fri, 23 Mar 2012 11:56:21 +0100
changeset 14067 8c64bbd01208
parent 14066 915e64aaeff7
child 14068 46a8289bf92a
comment/format in: #name:
NameSpace.st
--- a/NameSpace.st	Sun Mar 18 15:17:38 2012 +0100
+++ b/NameSpace.st	Fri Mar 23 11:56:21 2012 +0100
@@ -139,7 +139,7 @@
 name:aStringOrSymbol
     "create a new nameSpace, named aStringOrSymbol.
      Notice, that the nameSpace is created in the current one -
-     dont get confused; we recommend, not to nest them too much."
+     don't get confused; we recommend, not to nest them too much."
 
     |currentNameSpace newNameSpace existing ok nameSym fullName|
 
@@ -196,8 +196,9 @@
      NameSpace name:'another::invalidName'
     "
 
-    "Modified: / 14.9.1997 / 09:46:59 / cg"
-    "Modified: / 18.3.1999 / 18:24:13 / stefan"
+    "Modified: / 14-09-1997 / 09:46:59 / cg"
+    "Modified: / 18-03-1999 / 18:24:13 / stefan"
+    "Modified (comment): / 23-03-2012 / 11:49:00 / cg"
 !
 
 new
@@ -720,7 +721,7 @@
 !NameSpace class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/NameSpace.st,v 1.72 2011-11-18 16:06:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/NameSpace.st,v 1.73 2012-03-23 10:56:21 cg Exp $'
 !
 
 version_SVN