We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a6fe20 + b86ca0b commit 6af045fCopy full SHA for 6af045f
src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md
@@ -200,7 +200,7 @@ running 31 tests
200
test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
201
```
202
203
-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:
204
205
```shell
206
$ cargo profdata -- merge \
0 commit comments