Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eh2406 committed Mar 21, 2024
1 parent 2fb4189 commit 8e38295
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 @@ -211,7 +211,7 @@ pub trait DependencyProvider {
/// How this provider stores the name of the packages.
type P: Package;

/// How this provider stores the vertions of the packages.
/// How this provider stores the versions of the packages.
type V: Debug + Display + Clone + Ord;

/// How this provider stores the version requirements for the packages.
Expand Down

0 comments on commit 8e38295

Please sign in to comment.