diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-12 17:45:02 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-12 17:45:02 +0000 |
| commit | 98ed2cdbd1bce20d38fda1c830ef68807975ea93 (patch) | |
| tree | 106881049995b4dc8e5979dc88b7c06ec34f0fdd /core/stream/base.moon | |
| parent | time/every: allow specifying event (diff) | |
| download | alive-98ed2cdbd1bce20d38fda1c830ef68807975ea93.tar.gz alive-98ed2cdbd1bce20d38fda1c830ef68807975ea93.zip | |
rename Action to Builtin
Diffstat (limited to 'core/stream/base.moon')
| -rw-r--r-- | core/stream/base.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/stream/base.moon b/core/stream/base.moon index cdccdc2..37cc8a4 100644 --- a/core/stream/base.moon +++ b/core/stream/base.moon @@ -35,7 +35,7 @@ class 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 -- |
