Added comment

This commit is contained in:
Tristan B. Velloza Kildaire 2022-01-16 14:22:18 +02:00
parent c2bc5bc902
commit f1a13623a6
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ module eventy.event;
/**
* Event
*
* FIXME: Rename this to `Trigger`
*
* An Event represents a trigger for a given signal(s)
* handlers which associate with the given typeID
*