diff --git a/crates/radicle/src/cob/store.rs b/crates/radicle/src/cob/store.rs index ddaf8bd1..b69e9698 100644 --- a/crates/radicle/src/cob/store.rs +++ b/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(op: Op, repo: &R) -> Result; /// Apply an operation to the state.