Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: clarify RefsAt description
Lars Wirzenius committed 1 year ago
commit 2929146c49c5873aa522f7cd0fd46a447efd4705
parent b6cf6fea8d6d4528baf52afe626099791c37fad3
1 file changed +2 -2
modified radicle/src/storage/refs.rs
@@ -369,9 +369,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")]