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 a4a7a12 commit 48f55dfCopy full SHA for 48f55df
src/lib.rs
@@ -115,7 +115,7 @@ impl<Tuple: Ord> Relation<Tuple> {
115
}
116
117
/// Creates a `Relation` using the `leapjoin` logic;
118
- /// see [`Variable::leapjoin`]
+ /// see [`Variable::from_leapjoin`]
119
pub fn from_leapjoin<'leap, SourceTuple: Ord, Val: Ord + 'leap>(
120
source: &Relation<SourceTuple>,
121
leapers: impl Leapers<'leap, SourceTuple, Val>,
0 commit comments