Skip to content

Commit 960f001

Browse files
epageshepmaster
andauthored
fix: Typo
Co-authored-by: Jake Goulding <[email protected]>
1 parent db1f214 commit 960f001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2024-01-02-this-development-cycle-in-cargo-1-76.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You could use the `name` field but that can be ambiguous when there are multiple
6868
[rust-lang/cargo#12914](https://github.com/rust-lang/cargo/pull/12914) proposes we switch `id` to be Package ID Spec and declare it as non-opaque in `cargo metadata`'s output,
6969
allowing a caller to take the `id` and pass it cargo via the `--package` parameters.
7070

71-
We did find one hurdle: Packaeg ID Specs can sometimes be ambiguous.
71+
We did find one hurdle: Package ID Specs can sometimes be ambiguous.
7272
That was resolved in [rust-lang/cargo#12933](https://github.com/rust-lang/cargo/pull/12933).
7373

7474
This is waiting on input from the Cargo team.

0 commit comments

Comments
 (0)