Sfoglia il codice sorgente

Merge branch 'master' into 5.0

# Conflicts:
#	Sources/Image/ImageProcessor.swift
onevcat 7 anni fa
parent
commit
fe8f5e4415
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Sources/Image/ImageProcessor.swift

+ 1 - 1
Sources/Image/ImageProcessor.swift

@@ -728,7 +728,7 @@ public struct CroppingImageProcessor: ImageProcessor {
     }
 }
 
-/// Concatenates two `ImageProcessor`s. `ImageProcessor.appen(another:)` is used internally.
+/// Concatenates two `ImageProcessor`s. `ImageProcessor.append(another:)` is used internally.
 ///
 /// - Parameters:
 ///   - left: The first processor.