Fixing @param name to correspond to actual parameter (filename -> fileName)

This commit is contained in:
Mattt Thompson 2013-01-29 15:31:12 +00:00
parent 2c55ad7abc
commit b70be414b7

View file

@ -554,7 +554,7 @@ extern NSTimeInterval const kAFUploadStream3GSuggestedDelay;
@param data The data to be encoded and appended to the form data.
@param name The name to be associated with the specified data. This parameter must not be `nil`.
@param filename The filename to be associated with the specified data. This parameter must not be `nil`.
@param fileName The filename to be associated with the specified data. This parameter must not be `nil`.
@param mimeType The MIME type of the specified data. (For example, the MIME type for a JPEG image is image/jpeg.) For a list of valid MIME types, see http://www.iana.org/assignments/media-types/. This parameter must not be `nil`.
*/
- (void)appendPartWithFileData:(NSData *)data