Skip to content

Commit 450b4ac

Browse files
authored
Typo correction: artifcats -> artifacts
1 parent 49a32af commit 450b4ac

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)