radicle: clarify RefsAt description
Signed-off-by: Lars Wirzenius <liw@liw.fi>
This commit is contained in:
parent
b6cf6fea8d
commit
2929146c49
|
|
@ -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")]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue