From de154813f056cd1bef891bb02a6852d9c11b3f4f Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 22 Mar 2020 11:51:30 +0100 Subject: more Errors, doc --- core/base/action.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/base') 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. -- -- cgit v1.2.3