Browse Source

Update AFURLRequestSerialization.h (#4613)

Modify comments.
Huang-Libo 4 years ago
parent
commit
6f2ffb5230
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AFNetworking/AFURLRequestSerialization.h

+ 1 - 1
AFNetworking/AFURLRequestSerialization.h

@@ -278,7 +278,7 @@ forHTTPHeaderField:(NSString *)field;
 #pragma mark -
 
 /**
- The `AFMultipartFormData` protocol defines the methods supported by the parameter in the block argument of `AFHTTPRequestSerializer -multipartFormRequestWithMethod:URLString:parameters:constructingBodyWithBlock:`.
+ The `AFMultipartFormData` protocol defines the methods supported by the parameter in the block argument of `AFHTTPRequestSerializer -multipartFormRequestWithMethod:URLString:parameters:constructingBodyWithBlock:error:`.
  */
 @protocol AFMultipartFormData