Skip to content

Commit 2d0160b

Browse files
authored
Fix grammar
1 parent d6b3dd4 commit 2d0160b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ heuristic-based anti-virus software because malware often uses UPX.
301301
- [`cargo-bloat`](https://github.com/RazrFalcon/cargo-bloat) - Find out what takes most of the
302302
space in your executable.
303303
- [`cargo-unused-features`](https://github.com/TimonPost/cargo-unused-features) - Find and prune
304-
enabled, but, potentially unused feature flags from your project.
304+
enabled but potentially unused feature flags from your project.
305305
- [`momo`](https://github.com/llogiq/momo) - `proc_macro` crate to help keeping the code footprint
306306
of generic methods in check.
307307
- [Twiggy](https://rustwasm.github.io/twiggy/index.html) - A code size profiler for Wasm.

0 commit comments

Comments
 (0)