diff --git a/infrastructure/src/official_download.rs b/infrastructure/src/official_download.rs index f4ebfdc..2f89b44 100644 --- a/infrastructure/src/official_download.rs +++ b/infrastructure/src/official_download.rs @@ -312,7 +312,7 @@ pub struct OfficialResourcePullItem { /// Download report for one executed pull plan. #[derive(Debug, Clone, Default, PartialEq, Eq)] pub struct OfficialResourcePullReport { - /// Downloaded resources in execution order. + /// Downloaded resources in pull-plan order, independent of completion order. pub items: Vec, /// Official hash sidecars successfully verified after download. pub verified_hashes: Vec,