Skip to content

Commit

Permalink
[cleanup] attempt at reformulation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hogoww committed Dec 4, 2019
1 parent cbd346d commit dde89d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kernel/WeakMessageSend.class.st
@@ -1,7 +1,7 @@
"
Instances of WeakMessageSend encapsulate messages send to objects, like MessageSend. Unlike MessageSend it is not necessarily a valid mesage. A request to value only results in a send if infact it is valid.
See MessageSend comments also. WeakMessageSend is used primarily for event registration.
See also MessageSend comments. WeakMessageSend is used primarily for event registration.
Unlike MessageSend, WeakMessageSend store receivers (object receiving the message send) as the first and only element of its array as opposed to a named ivar.
But like MessageSend, it does have
Expand Down

0 comments on commit dde89d6

Please sign in to comment.