Skip to content

Commit 1469530

Browse files
committed
Update ResponseError.swift
1 parent 09190ee commit 1469530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/replicate-kit-swift/error/ResponseError.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public struct ResponseError: Hashable, CustomStringConvertible, LocalizedError,
3838
}catch{
3939
let ctx = DecodingError.Context(
4040
codingPath: [CodingKeys.detail],
41-
debugDescription: "could not to decode error response")
41+
debugDescription: "Could not decode error response")
4242

4343
throw DecodingError.dataCorrupted(ctx)
4444
}

0 commit comments

Comments
 (0)