We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88032ee commit 240af15Copy full SHA for 240af15
Sources/RequestType.swift
@@ -44,7 +44,7 @@ public protocol RequestType {
44
var dataParser: DataParserType { get }
45
46
/// Intercepts `NSURLRequest` which is created by `RequestType.buildURLRequest()`. If an error is
47
- /// thrown in this method, the result of `Session.sendRequest()` throws `.Failure(.RequestError(error))`.
+ /// thrown in this method, the result of `Session.sendRequest()` turns `.Failure(.RequestError(error))`.
48
/// - Throws: `ErrorType`
49
func interceptURLRequest(URLRequest: NSMutableURLRequest) throws -> NSMutableURLRequest
50
0 commit comments