mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-02 09:31:32 +08:00
Fix typo 'current' => 'concurrent'
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
@property(nonatomic, assign) NSObject<RKRequestQueueDelegate>* delegate;
|
||||
|
||||
/**
|
||||
* The number of current requests supported by this queue
|
||||
* The number of concurrent requests supported by this queue
|
||||
* Defaults to 5
|
||||
*/
|
||||
@property (nonatomic) NSUInteger concurrentRequestsLimit;
|
||||
|
||||
Reference in New Issue
Block a user