From e1eba57b56f675c6c105247cb26bacb071b45210 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Fri, 15 Mar 2024 10:00:17 -0400 Subject: [PATCH] Fix doc link in StringPair::left_len --- src/aff.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aff.rs b/src/aff.rs index 50d8615..4362bb4 100644 --- a/src/aff.rs +++ b/src/aff.rs @@ -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