diff --git a/src/AbstractTrees.jl b/src/AbstractTrees.jl index 2f2f9b0..32a765e 100644 --- a/src/AbstractTrees.jl +++ b/src/AbstractTrees.jl @@ -37,7 +37,7 @@ export nextsibling, prevsibling export AbstractNode, StableNode # properties -export ischild, isroot, isroot, intree, isdescendant, treesize, treebreadth, treeheight, descendleft, getroot +export ischild, isroot, intree, isdescendant, treesize, treebreadth, treeheight, descendleft, getroot # cursors export TreeCursor, TrivialCursor, ImplicitCursor, SiblingCursor