radicle: fix small typo

This commit is contained in:
Sebastian Martinez 2025-06-24 11:38:39 +02:00 committed by Lorenz Leutgeb
parent d8d00666d3
commit 6686f86c67
1 changed files with 1 additions and 1 deletions

View File

@ -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.