Skip to content

Commit 1bff3bd

Browse files
committed
chore: fix comment
1 parent 822694d commit 1bff3bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/analysis/union_find.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ func (t *TVar) Resolve() Type {
2525
return t
2626
}
2727

28-
// This bit doesn't change the behaviour but
28+
// This bit doesn't change the behaviour but allows to return the path right away
29+
// the next time we call Resolve()
2930
t.resolution = resolved
3031

3132
return resolved

0 commit comments

Comments
 (0)