File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ that provides the same interface as `Package.Dependency.Requirement`
207
207
for version-based requirements,
208
208
but excluding branch-based and commit-based requirements.
209
209
210
- #### Module name collision resolution
210
+ #### Package name collision resolution
211
211
212
212
Consider a dependency graph that includes both
213
213
a package declared with the identifier ` mona.LinkedList ` and
@@ -930,7 +930,7 @@ lays the groundwork for several useful features.
930
930
931
931
### Package dependency URL normalization
932
932
933
- As described in [ "Module name collision resolution"] ( #module -name-collision-resolution )
933
+ As described in [ "Package name collision resolution"] ( #package -name-collision-resolution )
934
934
Swift Package Manager cannot build a project
935
935
if two or more packages in the project
936
936
are located by URLs with the same (case-insensitive) last path component.
You can’t perform that action at this time.
0 commit comments