Skip to content

Commit 2f1b799

Browse files
committed
fix: Typos
1 parent 9cbc977 commit 2f1b799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/3389-manifest-lint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ chose `lint` being the keys because
229229
- TOML isn't great for nesting complex data structures and we have allow a
230230
`priority` field and might allo other lint-level configuration. Organizing
231231
around `lint` makes this cleaner.
232-
- If we add support for packages overiding inherited workspace lints, it likely
232+
- If we add support for packages overriding inherited workspace lints, it likely
233233
better maps to a users model to just say the package lint table gets merged
234234
into the workspace lint table. This is also easier to implement correctly.
235235

@@ -271,7 +271,7 @@ subsets or disjoint of each other to avoid ambiguity. While this might hold
271271
today, I'm a bit cautious of putting this requirement on us forever. For
272272
example, if we merged `cargo semver-check`, there are proposed lint groups
273273
based on what a lint's user-overideable semver-level is which couldn't be
274-
guarenteed to meet these requirements. On the implementation side, this will
274+
guaranteed to meet these requirements. On the implementation side, this will
275275
require a new channel to communicate these lints to the tools (unless we infer
276276
order for flags/config as well) and require them to organize their data in a
277277
way for it to inferred.

0 commit comments

Comments
 (0)