Fix typo in documentation string

This commit is contained in:
Victor Kryukov
2011-06-18 21:37:11 +04:00
committed by Blake Watters
parent 714be36907
commit b14578436b

View File

@@ -236,7 +236,7 @@
- (BOOL)isXML;
/**
* True when the server turned an XML response (MIME type is application/json)
* True when the server turned an JSON response (MIME type is application/json)
*/
- (BOOL)isJSON;