diff --git a/src/doc/src/reference/unstable.md b/src/doc/src/reference/unstable.md index 0f927646c1b..96c034542d1 100644 --- a/src/doc/src/reference/unstable.md +++ b/src/doc/src/reference/unstable.md @@ -199,7 +199,7 @@ For example, using `cargo build` with `--profile` and the manifest from above: cargo +nightly build --profile release-lto -Z unstable-options ``` -When a custom profile is used, build artifcats go to a different target by +When a custom profile is used, build artifacts go to a different target by default. In the example above, you can expect to see the outputs under `target/release-lto`.