Skip to content

Commit 64402d1

Browse files
committed
better comment
1 parent 2f7841e commit 64402d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ty_python_semantic/src/types/constraints.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,8 +1291,8 @@ impl<'db> InteriorNode<'db> {
12911291

12921292
// We then look for cases where the "constrained" typevar's upper and/or lower
12931293
// bound matches the "bound" typevar. If so, we're going to add an implication to
1294-
// the constraint set that replaces the upper/lower bound that matched the bound
1295-
// typevar with the bound constraint's corresponding bound.
1294+
// the constraint set that replaces the upper/lower bound that matched with the
1295+
// bound constraint's corresponding bound.
12961296
let (new_lower, new_upper) = match (
12971297
constrained_constraint.lower(db),
12981298
constrained_constraint.upper(db),

0 commit comments

Comments
 (0)