Skip to content

Commit 408ed3b

Browse files
committed
Update a comment
1 parent 6739849 commit 408ed3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/coloring.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ function TreeSet(
391391
nt = forest.num_trees
392392

393393
# 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
394+
# We can recycle forest.ranks because we don't need it anymore to merge trees
395395
root_to_tree = forest.ranks
396396
fill!(root_to_tree, zero(T))
397397

0 commit comments

Comments
 (0)