Skip to content

Commit 240af15

Browse files
committed
Fixed typo
1 parent 88032ee commit 240af15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/RequestType.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public protocol RequestType {
4444
var dataParser: DataParserType { get }
4545

4646
/// 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))`.
47+
/// thrown in this method, the result of `Session.sendRequest()` turns `.Failure(.RequestError(error))`.
4848
/// - Throws: `ErrorType`
4949
func interceptURLRequest(URLRequest: NSMutableURLRequest) throws -> NSMutableURLRequest
5050

0 commit comments

Comments
 (0)