diff options
| author | Matthew James Kraai <kraai@ftbfs.org> | 2021-04-30 20:14:53 -0700 |
|---|---|---|
| committer | Matthew James Kraai <kraai@ftbfs.org> | 2021-04-30 20:14:53 -0700 |
| commit | b86ca0ba7290d777d2d6c604591086fe76df56b9 (patch) | |
| tree | bfb45071a0c82bdbb6b93dfaa72f1beb2766923c | |
| parent | 8a9fa3682dcf0de095ec308a29a7b19b0e011ef0 (diff) | |
| download | rust-b86ca0ba7290d777d2d6c604591086fe76df56b9.tar.gz rust-b86ca0ba7290d777d2d6c604591086fe76df56b9.zip | |
Fix misspelling
| -rw-r--r-- | src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md b/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md index 0d05b80e211..f0ecb6871b1 100644 --- a/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md +++ b/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md @@ -200,7 +200,7 @@ running 31 tests test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ``` -You should have one ore more `.profraw` files now, one for each test binary. Run the `profdata` tool to merge them: +You should have one or more `.profraw` files now, one for each test binary. Run the `profdata` tool to merge them: ```shell $ cargo profdata -- merge \ |
