Skip to content

Commit

Permalink
Merge pull request #92 from G3Kappa/G3Kappa-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
giovinazzo-kevin committed Jun 22, 2024
2 parents 2b807a5 + fedd722 commit 40e2264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var sendMessage = Hook.MarshallDelegate(eventTest.SendMessage, new Atom("message
var messageEvent = typeof(EventTest).GetEvent(nameof(EventTest.MessageSent));
using (var hook = Hook.MarshallEvent(messageEvent, eventTest, new Atom("message_sent_event"), WellKnown.Modules.User)(vm))
{
// these will call message_event_event/1 as well as message_sent_delegate/1
// these will call message_sent_event/1 as well as message_sent_delegate/1
sendMessage("hello,");
sendMessage("world!");
}
Expand Down

0 comments on commit 40e2264

Please sign in to comment.