File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ pub trait DependencyProvider {
250
250
/// > But there's likely room for improvement in these heuristics.
251
251
///
252
252
/// Note: the resolver may call this even when the range has not change,
253
- /// if it is more efficient for the resolveres internal data structures.
253
+ /// if it is more efficient for the resolvers internal data structures.
254
254
fn prioritize ( & self , package : & Self :: P , range : & Self :: VS ) -> Self :: Priority ;
255
255
/// The type returned from `prioritize`. The resolver does not care what type this is
256
256
/// as long as it can pick a largest one and clone it.
@@ -265,8 +265,8 @@ pub trait DependencyProvider {
265
265
type Err : Error + ' static ;
266
266
267
267
/// Once the resolver has found the highest `Priority` package from all potential valid
268
- /// packages, it needs to know what vertion of that package to use. The most common pattern
269
- /// is to select the largest vertion that the range contains.
268
+ /// packages, it needs to know what version of that package to use. The most common pattern
269
+ /// is to select the largest version that the range contains.
270
270
fn choose_version (
271
271
& self ,
272
272
package : & Self :: P ,
You can’t perform that action at this time.
0 commit comments