Skip to content

Commit

Permalink
Use self in Event interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Dec 18, 2024
1 parent a22454d commit d782158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emitter.tl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d782158

Please sign in to comment.