radicle: clarify RefsAt description

Signed-off-by: Lars Wirzenius <liw@liw.fi>
This commit is contained in:
Lars Wirzenius 2024-10-09 13:16:53 +03:00 committed by cloudhead
parent b6cf6fea8d
commit 2929146c49
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -369,9 +369,9 @@ impl<V> Deref for SignedRefs<V> {
/// The content-addressable information required to load a remote's /// The content-addressable information required to load a remote's
/// `rad/sigrefs`. /// `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. /// references to other nodes.
#[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize)] #[derive(Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")] #[serde(rename_all = "camelCase")]