Przeglądaj źródła

Merge pull request #2510 from dopcn/master

fix a typo in comment
Mattt Thompson 10 lat temu
rodzic
commit
c3094d4ac5

+ 1 - 1
UIKit+AFNetworking/UIRefreshControl+AFNetworking.h

@@ -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;