소스 검색

Update YYImageCoder.h

Fixed documentation @param for addImageWithData to stop Xcode from complaining.
middaparka 8 년 전
부모
커밋
991b339766
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;