Skip to content

Commit

Permalink
Merge pull request #715 from tdkn/patch-1
Browse files Browse the repository at this point in the history
Minor docs correction in FetchImage
  • Loading branch information
kean authored Jul 14, 2023
2 parents c3864b8 + 3e20758 commit a299779
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct ImageView: View {
var body: some View {
ZStack {
Rectangle().fill(Color.gray)
image.view?
image.image?
.resizable()
.aspectRatio(contentMode: .fill)
.clipped()
Expand Down

0 comments on commit a299779

Please sign in to comment.