#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 13 Feb 2017 20:07:00 +0100
changeset 21422 f51998299bf7
parent 21421 9b2259f0846e
child 21423 59c8f4af2fce
#DOCUMENTATION by cg class: ClassDescription comment/format in: #nameWithNameSpacePrefix #removeSelector:
ClassDescription.st
--- a/ClassDescription.st	Mon Feb 13 20:06:47 2017 +0100
+++ b/ClassDescription.st	Mon Feb 13 20:07:00 2017 +0100
@@ -1288,7 +1288,7 @@
             "/ also notify a change of Smalltalk;
             "/ this allows a dependent of Smalltalk to watch all class
             "/ changes (no need for observing all classes)
-            "/ - this allows for watchers to find out if its a new method or a method-change
+            "/ - this allows for watchers to find out if it's a new method or a method-change
             "/
             MethodRemoveChangeNotificationParameter notNil ifTrue:[
                 Smalltalk changed:#methodInClassRemoved with:(MethodRemoveChangeNotificationParameter changeClass:self changeSelector:aSelector).
@@ -1296,8 +1296,9 @@
         ]
     ]
 
-    "Modified: 8.1.1997 / 23:03:49 / cg"
-    "Created: 2.4.1997 / 00:59:29 / stefan"
+    "Modified: / 08-01-1997 / 23:03:49 / cg"
+    "Created: / 02-04-1997 / 00:59:29 / stefan"
+    "Modified (comment): / 13-02-2017 / 19:58:18 / cg"
 ! !
 
 !ClassDescription methodsFor:'c function interfacing'!
@@ -2506,7 +2507,7 @@
 
 nameWithNameSpacePrefix
     "return my name's printString,
-     with nameSpace prefix (even if its the Smalltalk namespace)"
+     with nameSpace prefix (even if it's the Smalltalk namespace)"
 
     |nm owner|
 
@@ -2548,8 +2549,9 @@
      CodingExamples::TopClass::SubClass nameWithNameSpacePrefix
     "
 
-    "Modified: 5.1.1997 / 18:22:57 / cg"
-    "Created: 1.4.1997 / 16:20:13 / stefan"
+    "Modified: / 05-01-1997 / 18:22:57 / cg"
+    "Created: / 01-04-1997 / 16:20:13 / stefan"
+    "Modified (comment): / 13-02-2017 / 19:58:14 / cg"
 !
 
 nameWithoutNameSpacePrefix