Skip to content

Commit b33a963

Browse files
committed
Add documentation comment for provider type property
1 parent 912cfbf commit b33a963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/PackageModel/PackageIdentity.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ internal protocol PackageIdentityProvider: CustomStringConvertible {
2929

3030
/// The canonical identifier for a package, based on its source location.
3131
public struct PackageIdentity: Hashable, CustomStringConvertible {
32+
/// The underlying type used to create package identities.
3233
internal static var provider: PackageIdentityProvider.Type = LegacyPackageIdentity.self
3334

3435
/// A textual representation of this instance.

0 commit comments

Comments
 (0)