Skip to content

Commit 7f98833

Browse files
committed
Fix typo.
1 parent fc38494 commit 7f98833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ user-specified command (e.g. `cargo check`) as an oracle to tell if its
1212
reduction of an item's visibility is valid or not. Note that `depub` is
1313
entirely guided by the oracle command: if the code it compiles happens not to
1414
use part of an intentionally public interface, then `depub` is likely to
15-
suggest reducing its visibility even though that's what you want. The broader
16-
the coverage of your oracle, the less this is an issue.
15+
suggest reducing its visibility even though that's not what you want. The
16+
broader the coverage of your oracle, the less this is an issue.
1717

1818
In essence, `depub` does a string search for `pub`, replaces it with `pub
1919
crate` and sees if a test command still succeeds. If it does, it keeps that

0 commit comments

Comments
 (0)