From 008b15fef41ededf255a7948034178414c993621 Mon Sep 17 00:00:00 2001 From: Spencer Russell Date: Fri, 5 Aug 2016 18:14:42 -0400 Subject: [PATCH] AST doc - comparisons now use `call` unless chained --- doc/devdocs/ast.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/ast.rst b/doc/devdocs/ast.rst index 7cfe51bb4ac18..72712803a5fcc 100644 --- a/doc/devdocs/ast.rst +++ b/doc/devdocs/ast.rst @@ -267,7 +267,7 @@ Input AST ``a:b`` ``(: a b)`` ``a:b:c`` ``(: a b c)`` ``a,b`` ``(tuple a b)`` -``a==b`` ``(comparison a == b)`` +``a==b`` ``(call == a b)`` ``1