Skip to content

Commit 00e8771

Browse files
authored
[SourceControl] Fix typo in a comment
1 parent 961d9fa commit 00e8771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourceControl/SwiftPMConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public final class SwiftPMConfig {
7676
return mirrors[url]?.mirror
7777
}
7878

79-
/// Returns the tr
79+
/// Returns the mirrored url if it exists, otherwise the original url.
8080
public func mirroredURL(forURL url: String) -> String {
8181
return getMirror(forURL: url) ?? url
8282
}

0 commit comments

Comments
 (0)