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.
2 parents dcd46bf + 9ca80a2 commit e728fcbCopy full SHA for e728fcb
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