onevcat 9 лет назад
Родитель
Сommit
87f726894f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Sources/ImageProcessor.swift

+ 1 - 1
Sources/ImageProcessor.swift

@@ -69,7 +69,7 @@ typealias ProcessorImp = ((ImageProcessItem, KingfisherOptionsInfo) -> Image?)
 public extension ImageProcessor {
     
     /// Append an `ImageProcessor` to another. The identifier of the new `ImageProcessor` 
-    /// will be "\(self.identifier)|>\(another.identifier)>".
+    /// will be "\(self.identifier)|>\(another.identifier)".
     ///
     /// - parameter another: An `ImageProcessor` you want to append to `self`.
     ///