Selaa lähdekoodia

Merge pull request #1043 from ixongju/master

wording mistake
Wei Wang 7 vuotta sitten
vanhempi
commit
83f3f08f08
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.