Fix comments in code
This commit is contained in:
parent
772b79c824
commit
8c7764e122
|
@ -167,7 +167,7 @@ FOUNDATION_EXPORT SDImageCoderOption _Nonnull const SDImageCoderWebImageContext;
|
|||
|
||||
/**
|
||||
Total animated frame count.
|
||||
It the frame count is less than 1, then the methods below will be ignored.
|
||||
If the frame count is less than 1, then the methods below will be ignored.
|
||||
|
||||
@return Total animated frame count.
|
||||
*/
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
- by default we internally set coders = `IOCoder`, `GIFCoder`
|
||||
- calling `coders` will return `@[IOCoder, GIFCoder]`
|
||||
- call `[addCoder:[MyCrazyCoder new]]`
|
||||
- calling `coders` now returns `@[MyCrazyCoder, IOCoder, GIFCoder]`
|
||||
- calling `coders` now returns `@[IOCoder, GIFCoder, MyCrazyCoder]`
|
||||
|
||||
Coders
|
||||
------
|
||||
|
|
Loading…
Reference in New Issue