Skip to content

Commit b86ca0b

Browse files
committed
Fix misspelling
1 parent 8a9fa36 commit b86ca0b

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)