From e83df1af2cdad8c2d61ba790a96875cd260eceaf Mon Sep 17 00:00:00 2001 From: s-ol Date: Sat, 21 Mar 2020 20:06:18 +0100 Subject: new meta/doc system --- core/cell.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/cell.moon') 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. -- -- cgit v1.2.3