#OTHER by exept cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Wed, 30 Oct 2019 17:13:29 +0100
branchcvs_MAIN
changeset 3972 269db4c65806
parent 3971 8fbf867c86fc
child 3973 ee0b2d717637
#OTHER by exept x
JavaMethodAnalyzer.st
--- a/JavaMethodAnalyzer.st	Wed Oct 30 17:13:23 2019 +0100
+++ b/JavaMethodAnalyzer.st	Wed Oct 30 17:13:29 2019 +0100
@@ -253,7 +253,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)"