Skip to content

Commit 466cabb

Browse files
authored
Fixed comment AbstractTreeNode.jl
1 parent b631b49 commit 466cabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/nodes/AbstractTreeNode.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ function ladderize!(tree::T) where {T<:AbstractTreeNode}
456456
end
457457
end
458458

459-
# Creates a dictionary of all the child counts (including the node itself) which can then be used by ladderize to sort the nodes
459+
# Creates a dictionary of all the child counts which can then be used by ladderize to sort the nodes
460460
function countchildren(tree::T) where {T<:AbstractTreeNode}
461461
# Initialize the dictionary to store the number of children for each node
462462
children_count = Dict{T, Int}()

0 commit comments

Comments
 (0)