Sfoglia il codice sorgente

Merge pull request #1043 from ixongju/master

wording mistake
Wei Wang 7 anni fa
parent
commit
83f3f08f08
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.