Skip to content

Commit e728fcb

Browse files
authored
Rollup merge of #80872 - eltociear:patch-4, r=jonas-schievink
Fix typo in source-based-code-coverage.md preceeding -> preceding
2 parents dcd46bf + 9ca80a2 commit e728fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The `rustup` option is guaranteed to install a compatible version of the LLVM to
123123
```shell
124124
$ rustup component add llvm-tools-preview
125125
$ cargo install cargo-binutils
126-
$ cargo profdata -- --help # note the additional "--" preceeding the tool-specific arguments
126+
$ cargo profdata -- --help # note the additional "--" preceding the tool-specific arguments
127127
```
128128

129129
## Creating coverage reports

0 commit comments

Comments
 (0)