From 6f41b36ce6add68e54cbf2e859d83d47857a33b8 Mon Sep 17 00:00:00 2001 From: Iagoba Apellaniz Date: Tue, 9 Jan 2024 23:33:40 +0100 Subject: [PATCH] `isroot` exported twice --- src/AbstractTrees.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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