diff options
| author | Ikko Ashimine <eltociear@gmail.com> | 2021-01-10 22:17:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-10 22:17:51 +0900 |
| commit | 9ca80a29ecb7298566ee78c0f3a6ff1fd18434fe (patch) | |
| tree | a5f5d47351e859bcb217e7e3fdb4f9d1ce99e0ca | |
| parent | 34628e5b533d35840b61c5db0665cf7633ed3c5a (diff) | |
| download | rust-9ca80a29ecb7298566ee78c0f3a6ff1fd18434fe.tar.gz rust-9ca80a29ecb7298566ee78c0f3a6ff1fd18434fe.zip | |
Fix typo in source-based-code-coverage.md
preceeding -> preceding
| -rw-r--r-- | src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md b/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md index 98bcadd12ee..8aca0052147 100644 --- a/src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md +++ b/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 ```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 |
