File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/resolver-tests/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ proptest! {
93
93
prop_assert_eq!(
94
94
res. is_ok( ) ,
95
95
mres. is_ok( ) ,
96
- "minimal-versions and regular resolver disagree about weather `{} = \" ={}\" ` can resolve" ,
96
+ "minimal-versions and regular resolver disagree about whether `{} = \" ={}\" ` can resolve" ,
97
97
this. name( ) ,
98
98
this. version( )
99
99
)
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ pub struct Context {
27
27
/// get the package that will be linking to a native library by its links attribute
28
28
pub links : im_rc:: HashMap < InternedString , PackageId > ,
29
29
/// for each package the list of names it can see,
30
- /// then for each name the exact version that name represents and weather the name is public.
30
+ /// then for each name the exact version that name represents and whether the name is public.
31
31
pub public_dependency : Option < PublicDependency > ,
32
32
33
33
/// a way to look up for a package in activations what packages required it
You can’t perform that action at this time.
0 commit comments