aboutsummaryrefslogtreecommitdiffstats
path: root/core/cell.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-03-21 19:06:18 +0000
committers-ol <s-ol@users.noreply.github.com>2020-03-21 19:06:18 +0000
commite83df1af2cdad8c2d61ba790a96875cd260eceaf (patch)
tree5766654329675bd5259be772bc2537c7fdd8ab1c /core/cell.moon
parentdocs/guide: document supported interpreter versions (diff)
downloadalive-e83df1af2cdad8c2d61ba790a96875cd260eceaf.tar.gz
alive-e83df1af2cdad8c2d61ba790a96875cd260eceaf.zip
new meta/doc system
Diffstat (limited to 'core/cell.moon')
-rw-r--r--core/cell.moon2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cell.moon b/core/cell.moon
index 2109ade..b7f4a1d 100644
--- a/core/cell.moon
+++ b/core/cell.moon
@@ -83,7 +83,7 @@ class Cell
else
error "cannot evaluate expr with head #{head}"
- Action\eval_cell scope, @tag, head, @tail!
+ Action\eval_cell @, scope, head
--- quote this Cell, preserving its identity.
--