diff --git a/source/eventy/event.d b/source/eventy/event.d index fbbee5b..52b94ee 100644 --- a/source/eventy/event.d +++ b/source/eventy/event.d @@ -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 *