Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: fix small typo
Sebastian Martinez committed 10 months ago
commit 6686f86c6724a31df43aad6d0f3b3a6ef5137000
parent d8d00666d35bec88970508a3f3d9093cf6305dd7
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.