Skip to content

Commit 4786064

Browse files
committed
Auto merge of #11491 - julien-me:julien-fix-typo, r=epage
Fix typo #### What does this PR try to resolve? Simple typo in the comments.
2 parents 4534dd6 + 4db4a13 commit 4786064

File tree

1 file changed

+1
-1
lines changed
  • crates/resolver-tests/src

1 file changed

+1
-1
lines changed

crates/resolver-tests/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ pub fn registry_strategy(
771771
format!("{}.{}.{}", major, minor, patch)
772772
};
773773

774-
// If this is false than the crate will depend on the nonexistent "bad"
774+
// If this is false then the crate will depend on the nonexistent "bad"
775775
// instead of the complex set we generated for it.
776776
let allow_deps = prop::bool::weighted(0.99);
777777

0 commit comments

Comments
 (0)