Skip to content

Commit 2a57a5d

Browse files
committed
Typo fix: cargo cov -> cargo profdata
1 parent 8ccc89b commit 2a57a5d

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
@@ -128,7 +128,7 @@ $ cargo profdata -- --help # note the additional "--" preceding the tool-specif
128128

129129
## Creating coverage reports
130130

131-
Raw profiles have to be indexed before they can be used to generate coverage reports. This is done using [`llvm-profdata merge`] (or `cargo cov -- merge`), which can combine multiple raw profiles and index them at the same time:
131+
Raw profiles have to be indexed before they can be used to generate coverage reports. This is done using [`llvm-profdata merge`] (or `cargo profdata -- merge`), which can combine multiple raw profiles and index them at the same time:
132132

133133
```shell
134134
$ llvm-profdata merge -sparse formatjson5.profraw -o formatjson5.profdata

0 commit comments

Comments
 (0)