We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a4e10 commit 03d55fdCopy full SHA for 03d55fd
src/lib.rs
@@ -137,7 +137,7 @@ impl<Tuple: Ord> Relation<Tuple> {
137
}
138
139
/// Creates a `Relation` by removing all values from `input1` that
140
- /// share a key with `input2`, and then transforming the reuslting
+ /// share a key with `input2`, and then transforming the resulting
141
/// tuples with the `logic` closure. Like
142
/// [`Variable::from_antijoin`] except for use where the inputs
143
/// are not varying across iterations.
0 commit comments