class: Object
authorStefan Vogel <sv@exept.de>
Mon, 13 May 2013 17:09:39 +0200
changeset 15243 8b2249151890
parent 15242 4539185c87ed
child 15244 5387170e06a4
class: Object comment/format in: #isKindOf:
Object.st
--- a/Object.st	Mon May 13 16:56:04 2013 +0200
+++ b/Object.st	Mon May 13 17:09:39 2013 +0200
@@ -8867,7 +8867,7 @@
     "return true, if the receiver is an instance of aClass or one of its
      subclasses, false otherwise.
      Advice:
-        use of this to check objects for certain attributes/protocoll should
+        use of this to check objects for certain attributes/protocol should
         be avoided; it limits the reusability of your classes by limiting use
         to instances of certain classes and fences you into a specific inheritance
         hierarchy.
@@ -8907,7 +8907,6 @@
 "/  ].
 "/  ^ false
 "/
-
 !
 
 isLayout
@@ -9653,15 +9652,15 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.720 2013-05-07 14:04:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.721 2013-05-13 15:09:39 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.720 2013-05-07 14:04:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.721 2013-05-13 15:09:39 stefan Exp $'
 !
 
 version_SVN
-    ^ '§ Id: Object.st 10643 2011-06-08 21:53:07Z vranyj1  §'
+    ^ '$ Id: Object.st 10643 2011-06-08 21:53:07Z vranyj1  $'
 ! !