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.
This commit is contained in:
bors 2022-12-16 21:40:09 +00:00
commit 47860645b4

View file

@ -771,7 +771,7 @@ pub fn registry_strategy(
format!("{}.{}.{}", major, minor, patch)
};
// If this is false than the crate will depend on the nonexistent "bad"
// If this is false then the crate will depend on the nonexistent "bad"
// instead of the complex set we generated for it.
let allow_deps = prop::bool::weighted(0.99);