docs(ivy): fix symbol in example AST (#30745)

PR Close #30745
This commit is contained in:
diyews 2019-05-30 17:09:46 +08:00 committed by Matias Niemelä
parent a2d26c6f2a
commit d2b0ac7de8
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ class _AstToIrVisitor implements cdAst.AstVisitor {
// / \ / \ // / \ / \
// . c . e // . c . e
// / \ / \ // / \ / \
// a b , d // a b . d
// / \ // / \
// . c // . c
// / \ // / \