diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-05-01 18:32:40 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-01 18:32:40 +0900 |
| commit | 6af045f00a3bf7d34a2dcd84d1f89e2b5fef0f36 (patch) | |
| tree | 441162d311d6fcb3fc6c3d1191bae216a12241d3 | |
| parent | 4a6fe20a084c593f214e1b54241200961a551450 (diff) | |
| parent | b86ca0ba7290d777d2d6c604591086fe76df56b9 (diff) | |
| download | rust-6af045f00a3bf7d34a2dcd84d1f89e2b5fef0f36.tar.gz rust-6af045f00a3bf7d34a2dcd84d1f89e2b5fef0f36.zip | |
Rollup merge of #84774 - kraai:fix-misspelling, r=jyn514
Fix misspelling Fix a misspelling of "or" in the source_code_based_coverage section of *The Rust Unstable Book*.
| -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 \ |
