From 2929146c49c5873aa522f7cd0fd46a447efd4705 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 9 Oct 2024 13:16:53 +0300 Subject: [PATCH] radicle: clarify RefsAt description Signed-off-by: Lars Wirzenius --- radicle/src/storage/refs.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radicle/src/storage/refs.rs b/radicle/src/storage/refs.rs index f5abe8c9..793d92cd 100644 --- a/radicle/src/storage/refs.rs +++ b/radicle/src/storage/refs.rs @@ -369,9 +369,9 @@ impl Deref for SignedRefs { /// The content-addressable information required to load a remote's /// `rad/sigrefs`. /// -/// This can be used to [`RefsAt::load`] a [`SignedRefsAt`]. +/// Use [`RefsAt::load`] to produce a [`SignedRefsAt`]. /// -/// It can also be used for communicating announcements of updates +/// `RefsAt` can also be used for communicating announcements of updates /// references to other nodes. #[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize)] #[serde(rename_all = "camelCase")]