protocol/fetcher/state: Typo
This commit is contained in:
parent
56ee626a51
commit
94d7799ffe
|
|
@ -68,7 +68,7 @@ pub struct Fetch {
|
||||||
pub struct Fetched {
|
pub struct Fetched {
|
||||||
/// The node from which the repository was fetched from.
|
/// The node from which the repository was fetched from.
|
||||||
pub from: NodeId,
|
pub from: NodeId,
|
||||||
/// The repository that was fetch.
|
/// The repository that was fetched.
|
||||||
pub rid: RepoId,
|
pub rid: RepoId,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue