diff --git a/crates/radicle-protocol/src/fetcher/state/command.rs b/crates/radicle-protocol/src/fetcher/state/command.rs index 8fa8aeae..ef289aca 100644 --- a/crates/radicle-protocol/src/fetcher/state/command.rs +++ b/crates/radicle-protocol/src/fetcher/state/command.rs @@ -68,7 +68,7 @@ pub struct Fetch { pub struct Fetched { /// The node from which the repository was fetched from. pub from: NodeId, - /// The repository that was fetch. + /// The repository that was fetched. pub rid: RepoId, }