Skip to content

Commit

Permalink
Fix a documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Sep 16, 2016
1 parent 41d3477 commit 8de24db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Request.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public protocol Request {
func intercept(object: Any, urlResponse: HTTPURLResponse) throws -> Any

/// Build `Response` instance from raw response object. This method is called after
/// `interceptObject(:URLResponse:)` if it does not throw any error.
/// `intercept(object:urlResponse:)` if it does not throw any error.
/// - Throws: `ErrorType`
func response(from object: Any, urlResponse: HTTPURLResponse) throws -> Response
}
Expand Down

0 comments on commit 8de24db

Please sign in to comment.