From ad0053c40af384867b87acd3791aea4157555b8f Mon Sep 17 00:00:00 2001 From: Adam Fraser Date: Sat, 1 Jun 2013 11:55:48 +1000 Subject: [PATCH] Fix typos in AFImageRequest header file --- AFNetworking/AFImageRequestOperation.h | 4 ++-- AFNetworking/AFImageRequestOperation.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AFNetworking/AFImageRequestOperation.h b/AFNetworking/AFImageRequestOperation.h index 68b28ed..f0bee4b 100644 --- a/AFNetworking/AFImageRequestOperation.h +++ b/AFNetworking/AFImageRequestOperation.h @@ -32,7 +32,7 @@ #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 @@ -71,7 +71,7 @@ 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 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 */ diff --git a/AFNetworking/AFImageRequestOperation.m b/AFNetworking/AFImageRequestOperation.m index d4119d2..2cb4d82 100644 --- a/AFNetworking/AFImageRequestOperation.m +++ b/AFNetworking/AFImageRequestOperation.m @@ -230,7 +230,7 @@ static dispatch_queue_t image_request_operation_processing_queue() { }); } } - }); + }); }; #pragma clang diagnostic pop }