Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: Don't use either for inclusive disjunction
Lorenz Leutgeb committed 9 months ago
commit 6510d0865df63311f19fd0c4a7e3449fcfbb0a2c
parent 05354e81a44dfc75677c30e0745e93c04f17f8f5
1 file changed +1 -1
modified crates/radicle/src/git/canonical/convergence.rs
@@ -132,7 +132,7 @@ impl Candidate {
        }
    }

-
    /// If either `ahead` or `behind` is `0` then one of the commits is in the
+
    /// If any of `ahead` or `behind` is `0` then one of the commits is in the
    /// lineage.
    fn is_linear(&self, GraphAheadBehind { ahead, behind }: GraphAheadBehind) -> bool {
        ahead * behind == 0