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*.
This commit is contained in:
Yuki Okushi 2021-05-01 18:32:40 +09:00 committed by GitHub
commit 6af045f00a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \