Skip to content

Commit

Permalink
better wording
Browse files Browse the repository at this point in the history
Co-authored-by: x-hgg-x <[email protected]>
  • Loading branch information
Eh2406 and x-hgg-x authored Dec 6, 2024
1 parent e3dbe56 commit 34415c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ impl PackageResolutionStatistics {
}
}

/// The number of packages resolution new about the first time this package was mentioned.
/// The number of packages known by Pubgrub when this package was mentioned for the first time.
///
/// The root package will return `0`. It's direct dependencies will start at `1` and go up from there.
/// Prioritizing based on this value directly will lead to a depth first search of the resolution graph.
Expand Down

0 comments on commit 34415c1

Please sign in to comment.