Explorar el Código

Merge pull request #80 from middaparka/patch-1

Update YYImageCoder.h
Yaoyuan hace 8 años
padre
commit
1854c9eec3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;