Skip to content

Commit 2374d6b

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
update comment based on Andrew's feedback
1 parent 3360cb6 commit 2374d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc_lib/src/discovery/command_discovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use tracing::{debug, info, trace, warn, warn_span};
2020
use tracing_indicatif::span_ext::IndicatifSpanExt;
2121

2222
pub struct CommandDiscovery {
23-
// use BTreeMap so that the results are sorted
23+
// use BTreeMap so that the results are sorted by the typename, the Vec is sorted by version
2424
resources: BTreeMap<String, Vec<DscResource>>,
2525
adapters: BTreeMap<String, Vec<DscResource>>,
2626
adapted_resources: BTreeMap<String, Vec<DscResource>>,

0 commit comments

Comments
 (0)