We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b631b49 commit 466cabbCopy full SHA for 466cabb
src/core/nodes/AbstractTreeNode.jl
@@ -456,7 +456,7 @@ function ladderize!(tree::T) where {T<:AbstractTreeNode}
456
end
457
458
459
-# Creates a dictionary of all the child counts (including the node itself) which can then be used by ladderize to sort the nodes
+# Creates a dictionary of all the child counts which can then be used by ladderize to sort the nodes
460
function countchildren(tree::T) where {T<:AbstractTreeNode}
461
# Initialize the dictionary to store the number of children for each node
462
children_count = Dict{T, Int}()
0 commit comments