소스 검색

Merge pull request #1043 from ixongju/master

wording mistake
Wei Wang 7 년 전
부모
커밋
83f3f08f08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Sources/ImageProcessor.swift

+ 1 - 1
Sources/ImageProcessor.swift

@@ -678,7 +678,7 @@ public struct CroppingImageProcessor: ImageProcessor {
     }
 }
 
-/// Concatenate two `ImageProcessor`s. `ImageProcessor.appen(another:)` is used internally.
+/// Concatenate two `ImageProcessor`s. `ImageProcessor.append(another:)` is used internally.
 ///
 /// - parameter left:  First processor.
 /// - parameter right: Second processor.