Skip to content

Commit

Permalink
explaning better the parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Mandarino authored and Douglas Mandarino committed Jun 25, 2019
1 parent 4f92bee commit 4a97304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Apollo/HTTPNetworkTransport.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public class HTTPNetworkTransport: NetworkTransport {
///
/// - Parameters:
/// - operation: The operation to send.
/// - fetchHTTPMethod: The HTTP Method to be used.
/// - fetchHTTPMethod: The HTTP Method to be used in operation.
/// - completionHandler: A closure to call when a request completes.
/// - response: The response received from the server, or `nil` if an error occurred.
/// - error: An error that indicates why a request failed, or `nil` if the request was succesful.
Expand Down

0 comments on commit 4a97304

Please sign in to comment.