#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Wed, 30 Oct 2019 17:13:11 +0100
changeset 4512 70acad3387b4
parent 4511 0b19a84bbea2
child 4513 927fa8db128e
#OTHER by exept x
WrappedMethod.st
--- a/WrappedMethod.st	Sat Oct 12 15:16:23 2019 +0200
+++ b/WrappedMethod.st	Wed Oct 30 17:13:11 2019 +0100
@@ -468,7 +468,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)"