Fix spelling error in SDWebImageDownloaderOperation

tokent -> token
This commit is contained in:
Huang-Libo 2021-04-23 11:34:34 +08:00 committed by GitHub
parent 05a459e55b
commit f9a8de5684
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; 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. * callbacks.
* *
* @param progressBlock the block executed when a new chunk of data arrives. * @param progressBlock the block executed when a new chunk of data arrives.