Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
protocol/fetcher/state: Typo
Lorenz Leutgeb committed 2 months ago
commit 94d7799ffec18cb8e7884050fc0e3effc19b59d9
parent 56ee626a51a4ffe14bbbdb6763f29e8e5d58449c
1 file changed +1 -1
modified 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,
}