Skip to content

Commit 88e81bc

Browse files
cakebakerehuss
authored andcommitted
Fix typos in cargo-specifics.md
1 parent c1dba09 commit 88e81bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/doc/rustc/src/check-cfg/cargo-specifics.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ be an implementation detail, at least --check-cfg and the unexpected_cfgs are ow
88
rustc, not Cargo.
99
-->
1010

11-
This document is intented to summarize the principal ways Cargo interacts with
11+
This document is intended to summarize the principal ways Cargo interacts with
1212
the `unexpected_cfgs` lint and `--check-cfg` flag. It is not intended to provide
1313
individual details, for that refer to the [`--check-cfg` documentation](../check-cfg.md) and
1414
to the [Cargo book](../../cargo/index.html).
@@ -37,11 +37,11 @@ implementation detail and is therefor not documented in Cargo, we therefor do th
3737

3838
*See the [`[lints]` section in the Cargo book][cargo-lints-table] for more details.*
3939

40-
When using a staticlly known custom config (ie. not dependant on a build-script), Cargo provides
40+
When using a statically known custom config (ie. not dependant on a build-script), Cargo provides
4141
the custom lint config `check-cfg` under `[lints.rust.unexpected_cfgs]`.
4242

4343
It can be used to set custom static [`--check-cfg`](../check-cfg.md) args, it is mainly useful when
44-
the list of expected cfgs is known is advance.
44+
the list of expected cfgs is known in advance.
4545

4646
`Cargo.toml`:
4747
```toml

0 commit comments

Comments
 (0)