Bläddra i källkod

Fixes a documentation issue

Yao (Frank) Fan 8 år sedan
förälder
incheckning
7c0ce217ce
1 ändrade filer med 1 tillägg och 1 borttagningar
  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;