From d7821587e84e8b120f4a02a955d6c851f15c6141 Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Tue, 17 Dec 2024 20:37:55 -0600 Subject: [PATCH] Use self in Event interface --- src/emitter.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emitter.tl b/src/emitter.tl index 7833d69..bbf5935 100644 --- a/src/emitter.tl +++ b/src/emitter.tl @@ -14,7 +14,7 @@ local record Emitter --- sets its type to the record. interface Event --- The type of event used to lookup the event by type. - type: Event + type: self end --- Receives a specific type of emitted events.