#OTHER by exept cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Wed, 30 Oct 2019 17:13:23 +0100
branchcvs_MAIN
changeset 3971 8fbf867c86fc
parent 3970 c4a752a2548b
child 3972 269db4c65806
#OTHER by exept x
JavaMethod.st
--- a/JavaMethod.st	Mon Oct 07 19:38:41 2019 +0200
+++ b/JavaMethod.st	Wed Oct 30 17:13:23 2019 +0100
@@ -2602,7 +2602,7 @@
 
 messagesSent
     "return a set-like collection with the message selectors sent by the receiver.
-     Uses Parser to parse methods source and extract the names.
+     Uses Parser to parse method's source and extract the names.
      The returned collection includes all used message selectors 
      (i.e. including super-send messages)"