aboutsummaryrefslogtreecommitdiffstats
path: root/core/stream/event.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-04-12 17:45:02 +0000
committers-ol <s-ol@users.noreply.github.com>2020-04-12 17:45:02 +0000
commit98ed2cdbd1bce20d38fda1c830ef68807975ea93 (patch)
tree106881049995b4dc8e5979dc88b7c06ec34f0fdd /core/stream/event.moon
parenttime/every: allow specifying event (diff)
downloadalive-98ed2cdbd1bce20d38fda1c830ef68807975ea93.tar.gz
alive-98ed2cdbd1bce20d38fda1c830ef68807975ea93.zip
rename Action to Builtin
Diffstat (limited to 'core/stream/event.moon')
-rw-r--r--core/stream/event.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/stream/event.moon b/core/stream/event.moon
index f7b49c4..7712fc4 100644
--- a/core/stream/event.moon
+++ b/core/stream/event.moon
@@ -68,7 +68,7 @@ class EventStream extends Stream
-- - `bool` - booleans, `value` is a Lua boolean
-- - `bang` - trigger signals, `value` is a Lua boolean
-- - `opdef` - `value` is an `Op` subclass
- -- - `builtin` - `value` is an `Action` subclass
+ -- - `builtin` - `value` is a `Builtin` subclass
-- - `fndef` - `value` is a `FnDef` instance
-- - `scope` - `value` is a `Scope` instance
--