Skip to content

Commit

Permalink
Rollup merge of #80872 - eltociear:patch-4, r=jonas-schievink
Browse files Browse the repository at this point in the history
Fix typo in source-based-code-coverage.md

preceeding -> preceding
  • Loading branch information
JohnTitor authored Jan 11, 2021
2 parents dcd46bf + 9ca80a2 commit e728fcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The `rustup` option is guaranteed to install a compatible version of the LLVM to
```shell
$ rustup component add llvm-tools-preview
$ cargo install cargo-binutils
$ cargo profdata -- --help # note the additional "--" preceeding the tool-specific arguments
$ cargo profdata -- --help # note the additional "--" preceding the tool-specific arguments
```

## Creating coverage reports
Expand Down

0 comments on commit e728fcb

Please sign in to comment.