Skip to content

Commit ec500c2

Browse files
epageweihanglo
andauthored
fix: Typo
Co-authored-by: Weihang Lo <[email protected]>
1 parent 153b413 commit ec500c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3516-public-private-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ version should resolve to (clap 3.4 vs clap 4.0), then it is an error.
376376

377377
Compared to the resolver doing this implicitly
378378
- It is unclear if this would be any more difficult to implement in the resolver
379-
- Changing a dependency from `public = false` to `public = true` is backwards compatible because it has no affect on existing callers.
379+
- Changing a dependency from `public = false` to `public = true` is backwards compatible because it has no effect on existing callers.
380380
- It is unclear how this would handle multiple versions of a package that are public
381381

382382
The downside is it feels like the declaration is backwards.

0 commit comments

Comments
 (0)