Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: clarify RefsAt description
✗ CI failure Lars Wirzenius committed 1 year ago
commit 81e323f5a4356d04deab7e622a11017f365445e5
parent 034eb418600f01ffc27b84ad399372410d49cd13
1 passed 1 failed (2 total) View logs
1 file changed +2 -2
modified radicle/src/storage/refs.rs
@@ -366,9 +366,9 @@ impl<V> Deref for SignedRefs<V> {
/// 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")]