We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6739849 commit 408ed3bCopy full SHA for 408ed3b
1 file changed
src/coloring.jl
@@ -391,7 +391,7 @@ function TreeSet(
391
nt = forest.num_trees
392
393
# root_to_tree is a vector that maps a tree's root to the index of the tree
394
- # We can recycle forest.ranks because we don't need anymore to merge trees
+ # We can recycle forest.ranks because we don't need it anymore to merge trees
395
root_to_tree = forest.ranks
396
fill!(root_to_tree, zero(T))
397
0 commit comments