Skip to content

Commit f58ae8d

Browse files
authored
Merge pull request #1802 from epage/typo
fix(inside): Fix typos in Cargo 1.94 post
2 parents 2c8cb30 + c03d4be commit f58ae8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/inside-rust/this-development-cycle-in-cargo-1.94.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ another is that a lock needs to be held while reading the fingerprint to decide
8181
Lock upgrading and downgrading has the risk of deadlocking
8282

8383
The last update ended with the idea of the top-level build operation owning all of the locks and them being grabbed exclusively.
84-
That can help solve the finerprint problem,
84+
That can help solve the fingerprint problem,
8585
we just grab the lock before reading the fingerprint and we know it is good.
8686
This does mean two of the same build will contend for the locks.
8787
At least `cargo check` from rust-analyzer and `cargo test` (wrapping a `cargo build`) or `cargo clippy` won't contend.
@@ -112,7 +112,7 @@ We are tracking the progress on these deferred items in [#4282](https://github.c
112112
- adding `cargo report rebuild` ([#16456](https://github.com/rust-lang/cargo/pull/16456), [#16408](https://github.com/rust-lang/cargo/pull/16408), [#16448](https://github.com/rust-lang/cargo/pull/16448)) to see why rebuilds happens
113113
- adding `cargo report sessions` ([#16428](https://github.com/rust-lang/cargo/pull/16428)) to find the ID needed for use in `cargo report timings` and `cargo report rebuild`
114114
- providing man pages for `cargo report *` commands ([#16432](https://github.com/rust-lang/cargo/pull/16432), [#16430](https://github.com/rust-lang/cargo/pull/16430))
115-
- removign unstable `--timings=FMT` as it is redundant with `cargo report timings` ([#16420](https://github.com/rust-lang/cargo/pull/16420))
115+
- removing unstable `--timings=FMT` as it is redundant with `cargo report timings` ([#16420](https://github.com/rust-lang/cargo/pull/16420))
116116

117117
On the project goal tracking issue,
118118
[weihanglo](https://github.com/weihanglo)

0 commit comments

Comments
 (0)