Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: fix small typo
✓ CI success Sebastian Martinez committed 10 months ago
commit 841d9c1db0382b141f2553926fe7363b8bb578cc
parent 78ba263d0a946c4b90235d562b56ceb7badfc965
1 passed (1 total) View logs
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.