Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: fix typo
✗ CI failure Fintan Halpenny committed 7 months ago
commit eb14e96868ed9341b3a14927a58f906dcf7b5e32
parent 5997cd2968d0c65356e37b0d5b1ee9fadeae8230
2 failed 1 pending (3 total) View logs
1 file changed +5 -4
modified crates/radicle-cli/src/terminal/patch/timeline.rs
@@ -40,11 +40,12 @@ pub fn timeline<'a>(
}

/// A revision entry in the timeline.
-
/// We do not distinguish between revisions created by the original
-
/// author an others, and also not between the initial revision and others.
-
/// This tends to confuse more than it helps.
+
///
+
/// We do not distinguish between revisions created by the original author and
+
/// others, and also not between the initial revision and others. This tends to
+
/// confuse more than it helps.
struct RevisionEntry<'a> {
-
    /// Whether this is entry is about the initial [`Revision`] of the patch.
+
    /// Whether this entry is about the initial [`Revision`] of the patch.
    is_initial: bool,
    /// The [`Author`] that created the [`Revision`].
    author: Author<'a>,