]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/unstable-book/src/compiler-flags/source-based-code-coverage.md
New upstream version 1.51.0+dfsg1
[rustc.git] / src / doc / unstable-book / src / compiler-flags / source-based-code-coverage.md
index 98bcadd12ee249d08e921e9a566c369373c44dbe..8aca005214724426c92e579e9dbce170c63a46c8 100644 (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