From 98ed2cdbd1bce20d38fda1c830ef68807975ea93 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 12 Apr 2020 19:45:02 +0200 Subject: rename Action to Builtin --- core/stream/base.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/stream/base.moon') 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 -- -- cgit v1.2.3