diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-03-22 10:51:30 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-03-22 10:55:49 +0000 |
| commit | de154813f056cd1bef891bb02a6852d9c11b3f4f (patch) | |
| tree | 1d624c9c8fa92875db035aba50e3999e388a1f6e /core/base | |
| parent | new meta/doc system (diff) | |
| download | alive-de154813f056cd1bef891bb02a6852d9c11b3f4f.tar.gz alive-de154813f056cd1bef891bb02a6852d9c11b3f4f.zip | |
more Errors, doc
Diffstat (limited to 'core/base')
| -rw-r--r-- | core/base/action.moon | 2 |
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. -- |
