Explorar o código

Merge pull request #1043 from ixongju/master

wording mistake
Wei Wang %!s(int64=7) %!d(string=hai) anos
pai
achega
83f3f08f08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.