Skip to content

Commit 3403a8e

Browse files
committed
Fix some typos
1 parent aeee7de commit 3403a8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Cargo team has been working to scale our processes to allow the number of pa
2525
- We are hoping that we can improve the contributor experience with smaller packages (faster to build and test) with clearer boundaries (easier to reason about)
2626

2727
<!-- source: 2023-11-21 meeting -->
28-
We've had a couple breakages affecting people over the last while that we reflected on. Examples include:
28+
We've had a couple of breakages affecting people over the last year while we reflected on some recent regressions. Examples include:
2929
- When making future-incompatible updates to the output of `cargo metadata`, not coordinating with the third-party `cargo_metadata` API ([oli-obk/cargo_metadata#240](https://github.com/oli-obk/cargo_metadata/issues/240))
3030
- Confusion over dependencies on `cargo-credential` causing non-working dependency trees when building these packages from the crates.io ([rust-lang/cargo#13004](https://github.com/rust-lang/cargo/pull/13004))
3131

@@ -301,9 +301,9 @@ But not having dependencies participate would be inconsistent.
301301

302302
Discussing the prior art of `[profile]` also led to a discussion of having more than one set of values you can inherit from.
303303
We discussed a couple of ideas, including
304-
- Having named sets of that you inherit all-or-nothing (`inherits = "public-members"`)
304+
- Having named sets of fields that you inherit all-or-nothing (`inherits = "public-members"`)
305305
- Having named fields that you can inherit per-field (`rust-version.workspace = "public-members"`)
306-
- Naming other packages you can to inherit from, either whole or per field
306+
- Naming other packages you can inherit from, either whole or per field
307307

308308
<!-- source: https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/warnings.20control.20option.20bikeshed -->
309309
<!-- this was actually in October

0 commit comments

Comments
 (0)