From 4db4a13662f62e6ae3c2ee59cade08ffac5c0ef2 Mon Sep 17 00:00:00 2001 From: Julien Merzoug Cosnuau Date: Fri, 16 Dec 2022 22:02:41 +0100 Subject: [PATCH] Fix typo --- crates/resolver-tests/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/resolver-tests/src/lib.rs b/crates/resolver-tests/src/lib.rs index fd190fe6b3b..3ffb6c5d2c6 100644 --- a/crates/resolver-tests/src/lib.rs +++ b/crates/resolver-tests/src/lib.rs @@ -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);