Skip to content

Commit 33b6b94

Browse files
committed
Update ResponseError.swift
1 parent 9fb91cd commit 33b6b94

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
@@ -57,7 +57,7 @@ public struct ResponseError: Hashable, CustomStringConvertible, LocalizedError,
5757
internal let errorFn : Http.Validate.Status.ErrorFn = {
5858
status, response, data -> Error? in
5959

60-
/// Default error response if not valid status code and we can't decode error format response
60+
/// Default error response if it's not valid status code and we can't decode error format response
6161
let error = Http.Errors.status(status, response, data)
6262

6363
if (200...299).contains(status) { return nil }

0 commit comments

Comments
 (0)