From ec500c2cf51b3fa430ed7aae6a6b61d5dfb38891 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 13 Nov 2023 14:42:49 -0600 Subject: [PATCH] fix: Typo Co-authored-by: Weihang Lo --- text/3516-public-private-dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/3516-public-private-dependencies.md b/text/3516-public-private-dependencies.md index 8aca6306064..753fe1349d2 100644 --- a/text/3516-public-private-dependencies.md +++ b/text/3516-public-private-dependencies.md @@ -376,7 +376,7 @@ version should resolve to (clap 3.4 vs clap 4.0), then it is an error. Compared to the resolver doing this implicitly - It is unclear if this would be any more difficult to implement in the resolver -- Changing a dependency from `public = false` to `public = true` is backwards compatible because it has no affect on existing callers. +- Changing a dependency from `public = false` to `public = true` is backwards compatible because it has no effect on existing callers. - It is unclear how this would handle multiple versions of a package that are public The downside is it feels like the declaration is backwards.