Skip to content

Commit 27e6546

Browse files
tangqi92Draveness
authored and
Draveness
committed
Fixed typo (draveness#13)
* Fixed typo * Fixed typo
1 parent 81abb16 commit 27e6546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AFNetworking/AFNetworking 的核心 AFURLSessionManager(二).md

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ didFinishDownloadingToURL:(NSURL *)location
495495
3. 取得当前类 `_AFURLSessionTaskSwizzling` 中的实现 `af_resume`
496496
4. 如果当前类 `currentClass``resume` 方法
497497
+ 真:5
498-
+ 假:7
498+
+ 假:6
499499
5. 使用 `swizzleResumeAndSuspendMethodForClass:` 调剂该类的 `resume``suspend` 方法
500500
6. `currentClass = [currentClass superclass]`
501501

0 commit comments

Comments
 (0)