Fix small typo in comments of reactDecodedImageBytes (#23165)

Summary:
Changelog:
----------

[iOS] [Fixed] - Fix small typo in comments of reactDecodedImageBytes
Pull Request resolved: https://github.com/facebook/react-native/pull/23165

Differential Revision: D13832344

Pulled By: cpojer

fbshipit-source-id: d17150e65c6ecce5cd2b7cd324be4c4d45edc357
This commit is contained in:
zhongwuzw 2019-01-26 11:48:31 -08:00 committed by Facebook Github Bot
parent 03c16bdde8
commit dd8f5de06f

View File

@ -53,7 +53,7 @@ typedef dispatch_block_t RCTImageLoaderCancellationBlock;
@property (nonatomic, copy) CAKeyframeAnimation *reactKeyframeAnimation;
/**
* Image's memory bytes. It has the dafault calculation of single image of GIF, if you have custom calculation of image decoded bytes, you can assign it using your value.
* Memory bytes of the image with the default calculation of static image or GIF. Custom calculations of decoded bytes can be assigned manually.
*/
@property (nonatomic, assign) NSInteger reactDecodedImageBytes;