Skip to content

Commit

Permalink
Fix doc link in StringPair::left_len
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Mar 15, 2024
1 parent 5612850 commit e1eba57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ impl StringPair {
}

/// Get the partition point of the two strings. This is the same as the `.len()` of the
/// [`left`] string.
/// [`Self::left`] string.
#[inline]
pub fn left_len(&self) -> usize {
self.partition
Expand Down

0 comments on commit e1eba57

Please sign in to comment.