Skip to content

Commit 8d9231a

Browse files
committed
Refine copy wording/formatting
1 parent 5273039 commit 8d9231a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageModel/SwiftSDKs/SwiftSDK.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ extension SwiftSDKError: CustomStringConvertible {
7777

7878
case .checksumNotProvided(let url):
7979
return """
80-
Bundles installed from remote URLs (such as \(url)) require their checksum passed via `--checksum` option.
80+
Bundles installed from remote URLs (`\(url)`) require their checksum passed via `--checksum` option.
8181
The distributor of the bundle must compute it with the `swift package compute-checksum` \
8282
command and provide it with their Swift SDK installation instructions.
8383
"""

0 commit comments

Comments
 (0)