aboutsummaryrefslogtreecommitdiff
path: root/syntax_tree.lua
diff options
context:
space:
mode:
Diffstat (limited to 'syntax_tree.lua')
-rw-r--r--syntax_tree.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax_tree.lua b/syntax_tree.lua
index 186b40d..b9668e7 100644
--- a/syntax_tree.lua
+++ b/syntax_tree.lua
@@ -224,7 +224,7 @@ do
end
SyntaxTree = _class_0
end
-SyntaxTree.__base.__type = "Syntax Tree"
+SyntaxTree.__base.__type = "a Syntax Tree"
getmetatable(SyntaxTree).__call = function(self, t, ...)
if type(t.source) == 'string' then
t.source = Source:from_string(t.source)