Skip to content

Commit

Permalink
Update SwiftSDK.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov authored Jul 26, 2024
1 parent 8c06c4b commit b4ed2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PackageModel/SwiftSDKs/SwiftSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ extension SwiftSDKError: CustomStringConvertible {
switch self {
case let .checksumInvalid(computed, provided):
return """
Computed archive checksum `\(computed) does not match the provided checksum `\(provided)`.
Computed archive checksum `\(computed)` does not match the provided checksum `\(provided)`.
"""

case .checksumNotProvided(let url):
Expand Down

0 comments on commit b4ed2d0

Please sign in to comment.