Skip to content

Commit

Permalink
Fix typo in source-based-code-coverage.md
Browse files Browse the repository at this point in the history
preceeding -> preceding
  • Loading branch information
eltociear authored Jan 10, 2021
1 parent 34628e5 commit 9ca80a2
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 9ca80a2

Please sign in to comment.