From b943bd74e48915c397a9fe876cbc799848fda441 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Sat, 11 Feb 2023 15:16:57 +0100 Subject: [PATCH] docs: fix a broken link --- src/pad.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pad.rs b/src/pad.rs index 59f93e0..9de8d32 100644 --- a/src/pad.rs +++ b/src/pad.rs @@ -38,7 +38,7 @@ impl<'a> Pad<'a> { &self.target_account } - /// Source of the founds when the [`target_account`] is padded + /// Source of the founds when the [`Self::target_account`] is padded /// /// It is the second account mentionned in the directive #[must_use]