Skip to content

Commit 008b15f

Browse files
authored
AST doc - comparisons now use call unless chained
1 parent 2d30203 commit 008b15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devdocs/ast.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Input AST
267267
``a:b`` ``(: a b)``
268268
``a:b:c`` ``(: a b c)``
269269
``a,b`` ``(tuple a b)``
270-
``a==b`` ``(comparison a == b)``
270+
``a==b`` ``(call == a b)``
271271
``1<i<=n`` ``(comparison 1 < i <= n)``
272272
``a.b`` ``(. a (quote b))``
273273
``a.(b)`` ``(. a b)``

0 commit comments

Comments
 (0)