Skip to content

Commit 6af045f

Browse files
authored
Rollup merge of rust-lang#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*.
2 parents 4a6fe20 + b86ca0b commit 6af045f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ running 31 tests
200200
test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
201201
```
202202

203-
You should have one ore more `.profraw` files now, one for each test binary. Run the `profdata` tool to merge them:
203+
You should have one or more `.profraw` files now, one for each test binary. Run the `profdata` tool to merge them:
204204

205205
```shell
206206
$ cargo profdata -- merge \

0 commit comments

Comments
 (0)