onevcat 5 лет назад
Родитель
Сommit
7ffa1834c4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Sources/SwiftUI/KFImage.swift

+ 1 - 1
Sources/SwiftUI/KFImage.swift

@@ -101,7 +101,7 @@ public struct KFImage: View {
         let binder = ImageBinder(source: source, isLoaded: isLoaded)
         let binder = ImageBinder(source: source, isLoaded: isLoaded)
         self.binder = binder
         self.binder = binder
         configurations = []
         configurations = []
-        // Give the `binder` a chance to accept other configurations.
+        // Give the `binder` a chance to accept other options.
         DispatchQueue.main.async { binder.start() }
         DispatchQueue.main.async { binder.start() }
     }
     }