Skip to content

Commit 03d55fd

Browse files
committed
fix typo
1 parent b5a4e10 commit 03d55fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl<Tuple: Ord> Relation<Tuple> {
137137
}
138138

139139
/// Creates a `Relation` by removing all values from `input1` that
140-
/// share a key with `input2`, and then transforming the reuslting
140+
/// share a key with `input2`, and then transforming the resulting
141141
/// tuples with the `logic` closure. Like
142142
/// [`Variable::from_antijoin`] except for use where the inputs
143143
/// are not varying across iterations.

0 commit comments

Comments
 (0)