class: Behavior
authorClaus Gittinger <cg@exept.de>
Sat, 16 May 2015 11:51:38 +0200
changeset 18353 83774b46e6c5
parent 18352 9f4843dad9d3
child 18354 12dc3f0958af
class: Behavior comment/format in: #isBehavior
Behavior.st
--- a/Behavior.st	Sat May 16 11:51:17 2015 +0200
+++ b/Behavior.st	Sat May 16 11:51:38 2015 +0200
@@ -1426,7 +1426,6 @@
     ^ self nameWithoutPrefix
 ! !
 
-
 !Behavior methodsFor:'RefactoringBrowser'!
 
 realClass
@@ -3542,7 +3541,7 @@
 !
 
 isBehavior
-    "return true, if the receiver is describing another objects behavior.
+    "return true, if the receiver is describing another object's behavior.
      Defined to avoid the need to use isKindOf:"
 
     ^ true
@@ -5283,10 +5282,10 @@
 !Behavior class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.374 2015-05-01 09:00:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.375 2015-05-16 09:51:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.374 2015-05-01 09:00:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.375 2015-05-16 09:51:38 cg Exp $'
 ! !