Skip to content

Commit 94f5b23

Browse files
authored
Update SwiftNIOHTTP.swift
1 parent 69d9f2b commit 94f5b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NIOHTTPClient/SwiftNIOHTTP.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public struct HTTPClientError: Error, Equatable, CustomStringConvertible {
220220
}
221221

222222
public var description: String {
223-
return "SandwichError.\(String(describing: self.code))"
223+
return "HTTPClientError.\(String(describing: self.code))"
224224
}
225225

226226
public static let invalidURL = HTTPClientError(code: .invalidURL)

0 commit comments

Comments
 (0)