protocol/fetcher/state: Typo

This commit is contained in:
Lorenz Leutgeb 2026-02-12 15:57:17 +01:00
parent 56ee626a51
commit 94d7799ffe
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}