Skip to content

Commit 7d7518e

Browse files
committed
typo
1 parent 36d4719 commit 7d7518e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

egglog-bridge/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1438,8 +1438,8 @@ impl MergeFn {
14381438
// different rows and hence will not rely on implicit unions in this way. Because the
14391439
// only kinds of insertions that fall prey to this are identical terms, we add an
14401440
// explicit case for when `old` and `new` represent identical terms with different term
1441-
// ids. In taht case we union these two ids in both the main union-find and the
1442-
// term-consistency table.
1441+
// ids. In that case we can list our reason for the terms being equal as `Refl`, and
1442+
// union these two ids in both the main union-find and the term-consistency table.
14431443
let terms_equal = schema_math.tracing
14441444
&& cur[0..schema_math.ret_val_col()] == new[0..schema_math.ret_val_col()];
14451445

0 commit comments

Comments
 (0)