Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
fix a typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhou committed Jan 10, 2015
1 parent 52e220c commit cc2c547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UIKit+AFNetworking/UIRefreshControl+AFNetworking.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
/**
Binds the refreshing state to the state of the specified task.
@param task The task. If `nil`, automatic updating from any previously specified operation will be diabled.
@param task The task. If `nil`, automatic updating from any previously specified operation will be disabled.
*/
#if __IPHONE_OS_VERSION_MIN_REQUIRED >= 70000
- (void)setRefreshingWithStateOfTask:(NSURLSessionTask *)task;
Expand Down

0 comments on commit cc2c547

Please sign in to comment.