Skip to content

Commit f13cb7f

Browse files
committed
Auto merge of #9081 - ximon18:typo-correction, r=ehuss
Typo correction: artifcats -> artifacts
2 parents 49a32af + 450b4ac commit f13cb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/unstable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ For example, using `cargo build` with `--profile` and the manifest from above:
199199
cargo +nightly build --profile release-lto -Z unstable-options
200200
```
201201

202-
When a custom profile is used, build artifcats go to a different target by
202+
When a custom profile is used, build artifacts go to a different target by
203203
default. In the example above, you can expect to see the outputs under
204204
`target/release-lto`.
205205

0 commit comments

Comments
 (0)