Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1542c86

Browse files
fabianfettglbrntt
andauthoredJul 7, 2021
Update Sources/AsyncHTTPClient/HTTPClient.swift
Co-authored-by: George Barnett <[email protected]>
1 parent 88ceeb5 commit 1542c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Sources/AsyncHTTPClient/HTTPClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ public struct HTTPClientError: Error, Equatable, CustomStringConvertible {
993993
return HTTPClientError(code: .serverOfferedUnsupportedApplicationProtocol(proto))
994994
}
995995

996-
/// The remote server responded with a status code between >= 300, before the full request was send. The request stream
996+
/// The remote server responded with a status code >= 300, before the full request was sent. The request stream
997997
/// was therefore cancelled
998998
public static let requestStreamCancelled = HTTPClientError(code: .requestStreamCancelled)
999999
}

0 commit comments

Comments
 (0)
Please sign in to comment.