Skip to content

Commit 78c28e2

Browse files
committed
reframing the reference to the initial proposal
1 parent 44b54de commit 78c28e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageManagerDocs/Documentation.docc/IntroducingPackages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ To complicate matters further, a dependency may specify version requirements, wh
5353

5454
The role of the package manager is to automate the process of downloading and building all of the dependencies for a project, and minimize the coordination costs associated with code reuse.
5555
A good package manager should be designed from the start to minimize the risk of failing to resolve dependencies, and where this is not possible, to mitigate it and provide tooling so that the user can solve the scenario with a minimum of trouble.
56-
The <doc:PackageManagerCommunityProposal> contains our thoughts on how we intend to iterate with these hells in mind.
56+
The <doc:PackageManagerCommunityProposal> contains our thoughts on the original proposal for how the package manager handles dependency resolution issues.
5757
Read <doc:ExploreDependencies> for more information on how the package manager resolves and records dependencies.

0 commit comments

Comments
 (0)