Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: fix small typo
Sebastian Martinez committed 8 months ago
commit 88b1acbdfcec35f2b10392c05f0d1d35293a3ae0
parent 4e7ab61059cbea9a94def4c7ce6651e0c9769750
1 file changed +1 -1
modified crates/radicle/src/cob/store.rs
@@ -49,7 +49,7 @@ pub trait Cob: Sized + PartialEq + Debug {
    /// Error returned by `apply` function.
    type Error: std::error::Error + Send + Sync + 'static;

-
    /// Initialize a collarorative object from a root operation.
+
    /// Initialize a collaborative object from a root operation.
    fn from_root<R: ReadRepository>(op: Op<Self::Action>, repo: &R) -> Result<Self, Self::Error>;

    /// Apply an operation to the state.