aboutsummaryrefslogtreecommitdiffstats
path: root/core/base
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-22 10:51:30 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-22 10:55:49 +0000
commitde154813f056cd1bef891bb02a6852d9c11b3f4f (patch)
tree1d624c9c8fa92875db035aba50e3999e388a1f6e /core/base
parentnew meta/doc system (diff)
downloadalive-de154813f056cd1bef891bb02a6852d9c11b3f4f.tar.gz
alive-de154813f056cd1bef891bb02a6852d9c11b3f4f.zip
more Errors, doc
Diffstat (limited to 'core/base')
-rw-r--r--core/base/action.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/base/action.moon b/core/base/action.moon
index 7ada4ba..d10712f 100644
--- a/core/base/action.moon
+++ b/core/base/action.moon
@@ -19,7 +19,7 @@ class Action
-- @tparam Value head the (`AST:eval`d) `head` of the Cell to evaluate
new: (@cell, @head) =>
@tag = @cell.tag
- @tag\replace @
+ @tag\register @
--- perform the actual evaluation.
--