Fix typos in AFImageRequest header file
This commit is contained in:
parent
f695ced95a
commit
ad0053c40a
2 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
`AFImageRequestOperation` is a subclass of `AFHTTPRequestOperation` for downloading an processing images.
|
`AFImageRequestOperation` is a subclass of `AFHTTPRequestOperation` for downloading and processing images.
|
||||||
|
|
||||||
## Acceptable Content Types
|
## Acceptable Content Types
|
||||||
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
Creates and returns an `AFImageRequestOperation` object and sets the specified success callback.
|
Creates and returns an `AFImageRequestOperation` object and sets the specified success callback.
|
||||||
|
|
||||||
@param urlRequest The request object to be loaded asynchronously during execution of the operation.
|
@param urlRequest The request object to be loaded asynchronously during execution of the operation.
|
||||||
@param success A block object to be executed when the request finishes successfully. This block has no return value and takes a single arguments, the image created from the response data of the request.
|
@param success A block object to be executed when the request finishes successfully. This block has no return value and takes a single argument, the image created from the response data of the request.
|
||||||
|
|
||||||
@return A new image request operation
|
@return A new image request operation
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -230,7 +230,7 @@ static dispatch_queue_t image_request_operation_processing_queue() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
#pragma clang diagnostic pop
|
#pragma clang diagnostic pop
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue