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.
1 parent 34628e5 commit 9ca80a2Copy full SHA for 9ca80a2
src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md
@@ -123,7 +123,7 @@ The `rustup` option is guaranteed to install a compatible version of the LLVM to
123
```shell
124
$ rustup component add llvm-tools-preview
125
$ cargo install cargo-binutils
126
-$ cargo profdata -- --help # note the additional "--" preceeding the tool-specific arguments
+$ cargo profdata -- --help # note the additional "--" preceding the tool-specific arguments
127
```
128
129
## Creating coverage reports
0 commit comments