Skip to content

Commit bc28d08

Browse files
committed
Fix the typo of comments
1 parent 94aadc1 commit bc28d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SDWebImageSwiftUI/Classes/WebImage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public struct WebImage : View {
5858
}
5959
self.imageManager = ImageManager(url: url, options: options, context: context)
6060
// this prefetch the memory cache of image, to immediately render it on screen
61-
// this solve the cause when `onAppear` not been called, for example, some transaction indetermite state :)
61+
// this solve the case when `onAppear` not been called, for example, some transaction indeterminate state, SwiftUI :)
6262
self.imageManager.prefetch()
6363
}
6464

0 commit comments

Comments
 (0)