Skip to content

Commit c902204

Browse files
committed
Rename section 'Module name collision resolution' to 'Package name collision resolution'
1 parent 9503099 commit c902204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0292-package-registry-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ that provides the same interface as `Package.Dependency.Requirement`
207207
for version-based requirements,
208208
but excluding branch-based and commit-based requirements.
209209

210-
#### Module name collision resolution
210+
#### Package name collision resolution
211211

212212
Consider a dependency graph that includes both
213213
a package declared with the identifier `mona.LinkedList` and
@@ -930,7 +930,7 @@ lays the groundwork for several useful features.
930930

931931
### Package dependency URL normalization
932932

933-
As described in ["Module name collision resolution"](#module-name-collision-resolution)
933+
As described in ["Package name collision resolution"](#package-name-collision-resolution)
934934
Swift Package Manager cannot build a project
935935
if two or more packages in the project
936936
are located by URLs with the same (case-insensitive) last path component.

0 commit comments

Comments
 (0)