Fix typo in source-based-code-coverage.md

preceeding -> preceding
This commit is contained in:
Ikko Ashimine 2021-01-10 22:17:51 +09:00 committed by GitHub
parent 34628e5b53
commit 9ca80a29ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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