Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
radicle: fix word in RefsAt description
Merged liw opened 1 year ago

Signed-off-by: Lars Wirzenius liw@liw.fi

1 file changed +2 -2 87cb7bf5 2929146c
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")]