Skip to content

Commit 48f55df

Browse files
committed
Fix broken doc link
1 parent a4a7a12 commit 48f55df

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
@@ -115,7 +115,7 @@ impl<Tuple: Ord> Relation<Tuple> {
115115
}
116116

117117
/// Creates a `Relation` using the `leapjoin` logic;
118-
/// see [`Variable::leapjoin`]
118+
/// see [`Variable::from_leapjoin`]
119119
pub fn from_leapjoin<'leap, SourceTuple: Ord, Val: Ord + 'leap>(
120120
source: &Relation<SourceTuple>,
121121
leapers: impl Leapers<'leap, SourceTuple, Val>,

0 commit comments

Comments
 (0)