Browse Source

Update YYImageCoder.h

Fixed documentation @param for addImageWithData to stop Xcode from complaining.
middaparka 8 years ago
parent
commit
991b339766
1 changed files with 1 additions and 1 deletions
  1. 1 1
      YYImage/YYImageCoder.h

+ 1 - 1
YYImage/YYImageCoder.h

@@ -264,7 +264,7 @@ typedef NS_ENUM(NSUInteger, YYImageBlendOperation) {
 
 /**
  Add an image from a file path to encoder.
- @param image    Image file path.
+ @param path    Image file path.
  @param duration Image duration for animation. Pass 0 to ignore this parameter.
  */
 - (void)addImageWithFile:(NSString *)path duration:(NSTimeInterval)duration;