aboutsummaryrefslogtreecommitdiffstats
path: root/core/base/action.moon
diff options
context:
space:
mode:
Diffstat (limited to 'core/base/action.moon')
-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.
--