Merge pull request #3220 from Huang-Libo/patch-1

Fix spelling error in SDWebImageDownloaderOperation
This commit is contained in:
DreamPiggy 2021-04-23 12:26:32 +08:00 committed by GitHub
commit 72daa08a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
context:(nullable SDWebImageContext *)context NS_DESIGNATED_INITIALIZER;
/**
* Adds handlers for progress and completion. Returns a tokent that can be passed to -cancel: to cancel this set of
* Adds handlers for progress and completion. Returns a token that can be passed to -cancel: to cancel this set of
* callbacks.
*
* @param progressBlock the block executed when a new chunk of data arrives.