Skip to content

Commit 4db4a13

Browse files
committed
Fix typo
1 parent ead8cbd commit 4db4a13

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)