Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
radicle: fix small typo
Merged did:key:z6MkkfM3...sVz5 opened 10 months ago
1 file changed +1 -1 d8d00666 6686f86c
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.