Behavior.st
changeset 18245 3923781828c2
parent 18147 a32fa9214805
child 18261 22bdfc405bca
child 18289 9d906f0b71eb
--- a/Behavior.st	Mon Apr 20 13:12:03 2015 +0200
+++ b/Behavior.st	Mon Apr 20 15:16:30 2015 +0200
@@ -4597,7 +4597,7 @@
 implements:aSelector
     "return true, if the receiver implements aSelector.
      (i.e. implemented in THIS class - NOT in a superclass).
-    This is semantically equivalent to includesSelector: (which is ST/80/Squeak compatibility).
+     This is semantically equivalent to includesSelector: (which is ST/80/Squeak compatibility).
 
      Caveat:
         This simply checks for the selector being present in the classes
@@ -5089,7 +5089,6 @@
     "Modified: 16.4.1996 / 18:12:14 / cg"
 ! !
 
-
 !Behavior methodsFor:'tracing'!
 
 traceInto:aRequestor level:level from:referrer
@@ -5111,10 +5110,10 @@
 !Behavior class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.371 2015-03-26 10:04:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.372 2015-04-20 13:16:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.371 2015-03-26 10:04:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.372 2015-04-20 13:16:30 cg Exp $'
 ! !