Fix incorrect header comment in documentation of RKRequestDescriptor. fixes #1048

This commit is contained in:
Blake Watters
2012-12-02 00:28:19 -05:00
parent 80f5f7af56
commit ff1de2b740

View File

@@ -31,9 +31,9 @@
*/
@interface RKRequestDescriptor : NSObject
///-------------------------------------
/// @name Creating a Response Descriptor
///-------------------------------------
///------------------------------------
/// @name Creating a Request Descriptor
///------------------------------------
/**
Creates and returns a new `RKRequestDescriptor` object.