Skip to content

Commit 3e8f716

Browse files
fabianfettglbrntt
andcommitted
Update Sources/AsyncHTTPClient/HTTPClient.swift
Co-authored-by: George Barnett <[email protected]>
1 parent 699c5de commit 3e8f716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)