onevcat 5 سال پیش
والد
کامیت
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)
         self.binder = binder
         configurations = []
-        // Give the `binder` a chance to accept other configurations.
+        // Give the `binder` a chance to accept other options.
         DispatchQueue.main.async { binder.start() }
     }