Skip to content

Commit 5af0479

Browse files
committed
fixes documentation
1 parent 6c48657 commit 5af0479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/URLRequest+Init.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extension URLRequest {
3131
/// - path: path to the resource.
3232
/// - baseURL: the base url of the resource.
3333
/// - HTTPMethod: the HTTP method for the request. Defaults to `.GET`
34-
/// - parameters: url parameters for the request. Defaults to empty dictionary
34+
/// - parameters: url parameters for the request. Defaults to `nil`
3535
/// - body: body data payload. Defaults to `nil`
3636
/// - allHTTPHeaderFields: HTTP request header fields. Defaults to `nil`
3737
///

0 commit comments

Comments
 (0)