Fix spelling error in SDWebImageDownloaderOperation
tokent -> token
This commit is contained in:
parent
05a459e55b
commit
f9a8de5684
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue