Method.st
changeset 24874 1042862ccfb2
parent 24816 cacdb796b977
child 24883 1093edda36a7
--- a/Method.st	Tue Oct 29 23:05:59 2019 +0100
+++ b/Method.st	Wed Oct 30 17:12:53 2019 +0100
@@ -2921,7 +2921,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)"