diff options
| author | Rageking8 <106309953+Rageking8@users.noreply.github.com> | 2025-06-04 16:30:02 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-04 16:30:02 +0800 |
| commit | bd9c30762acf54857e436997ef9a1be79ecef2de (patch) | |
| tree | 184042d3cd5a13736899d7141c82b28ce23f1e9c /src/doc/rustc-dev-guide | |
| parent | 4d0724c48d891c9aae2b7c39873b698619dc557d (diff) | |
| download | rust-bd9c30762acf54857e436997ef9a1be79ecef2de.tar.gz rust-bd9c30762acf54857e436997ef9a1be79ecef2de.zip | |
Fix incorrect use of "recommend" over "recommended"
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/bootstrapping/debugging-bootstrap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping/debugging-bootstrap.md b/src/doc/rustc-dev-guide/src/building/bootstrapping/debugging-bootstrap.md index 35d33ebdb0e..ed267850401 100644 --- a/src/doc/rustc-dev-guide/src/building/bootstrapping/debugging-bootstrap.md +++ b/src/doc/rustc-dev-guide/src/building/bootstrapping/debugging-bootstrap.md @@ -55,7 +55,7 @@ Bootstrap will conditionally build `tracing` support and enable `tracing` output Example basic usage[^just-trace]: -[^just-trace]: It is not recommend to use *just* `BOOTSTRAP_TRACING=TRACE` because that will dump *everything* at `TRACE` level, including logs intentionally gated behind custom targets as they are too verbose even for `TRACE` level by default. +[^just-trace]: It is not recommended to use *just* `BOOTSTRAP_TRACING=TRACE` because that will dump *everything* at `TRACE` level, including logs intentionally gated behind custom targets as they are too verbose even for `TRACE` level by default. ```bash $ BOOTSTRAP_TRACING=bootstrap=TRACE ./x build library --stage 1 |
