aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alv/builtins.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/builtins.moon b/alv/builtins.moon
index 6d69735..b6352fc 100644
--- a/alv/builtins.moon
+++ b/alv/builtins.moon
@@ -463,7 +463,7 @@ Since ~-streams cannot be emtpy, specifying an `initial` value is necessary."
super event: Input.hot event
- if not @out or @out.type != input\type!
+ if not @out or @out.type != event\type!
@out = event\type!\mk_sig initial.result!
tick: => @out\set @inputs.event!