Skip to content

Commit e174a04

Browse files
lfn3davidhewitt
authored andcommitted
Minor: Fix a typo in Contributing.md (#4066)
1 parent a8abe50 commit e174a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Second, there is a Python-based benchmark contained in the `pytests` subdirector
190190

191191
You can view what code is and isn't covered by PyO3's tests. We aim to have 100% coverage - please check coverage and add tests if you notice a lack of coverage!
192192

193-
- First, ensure the llmv-cov cargo plugin is installed. You may need to run the plugin through cargo once before using it with `nox`.
193+
- First, ensure the llvm-cov cargo plugin is installed. You may need to run the plugin through cargo once before using it with `nox`.
194194
```shell
195195
cargo install cargo-llvm-cov
196196
cargo llvm-cov

0 commit comments

Comments
 (0)