From d015e681770366c5af377fe352392708474e1d85 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 27 Oct 2013 14:20:10 -0700 Subject: [PATCH] Fixed refs to AFJSONSerializer -> AFJSONResponseSerializer --- AFNetworking/AFURLResponseSerialization.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AFNetworking/AFURLResponseSerialization.h b/AFNetworking/AFURLResponseSerialization.h index db76bbb..392c3cd 100644 --- a/AFNetworking/AFURLResponseSerialization.h +++ b/AFNetworking/AFURLResponseSerialization.h @@ -101,9 +101,9 @@ /** - `AFJSONSerializer` is a subclass of `AFHTTPResponseSerializer` that validates and decodes JSON responses. + `AFJSONResponseSerializer` is a subclass of `AFHTTPResponseSerializer` that validates and decodes JSON responses. - By default, `AFJSONSerializer` accepts the following MIME types, which includes the official standard, `application/json`, as well as other commonly-used types: + By default, `AFJSONResponseSerializer` accepts the following MIME types, which includes the official standard, `application/json`, as well as other commonly-used types: - `application/json` - `text/json`