From 30f3be4a26af3995cb7b61bc4704690a3618f970 Mon Sep 17 00:00:00 2001 From: Veaceslav Grimalschi Date: Thu, 6 Aug 2015 08:40:11 +0300 Subject: [PATCH] Documentation fix FunctionNode has `name: string` property instead of `symbol: Node` --- docs/expressions/expression_trees.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/expressions/expression_trees.md b/docs/expressions/expression_trees.md index de577187b..4a2b98f26 100644 --- a/docs/expressions/expression_trees.md +++ b/docs/expressions/expression_trees.md @@ -390,7 +390,7 @@ new FunctionNode(name: string, args: Node[]) Properties: -- `symbol: Node` +- `name: string` - `args: Node[]` Examples: