Skip to content

Commit

Permalink
refactor: spelling (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
fummicc1 authored Oct 13, 2024
1 parent 27dab11 commit cde94a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ DerivedData/
.swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
.index-build/
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cSpell.words": [
"downsample",
"downsampling",
]
}
4 changes: 2 additions & 2 deletions Sources/AsyncDownSamplingImage/AsyncDownSamplingImage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public enum DownSamplingSize {
}
}

/// AsyncDownSamplingImage is a Image View that can perform downsampling and use less memory use than `AsyncImage`.
/// AsyncDownSamplingImage is a ImageView that can perform downsampling and use less memory use than `AsyncImage`.
///
/// About generics type:
///
Expand All @@ -92,7 +92,7 @@ public struct AsyncDownSamplingImage<Content: View, Placeholder: View, Fail: Vie
@State private var status: Status = .idle
@State private var loadingOpacity: LoadingOpacityEdge = .upperBound

/// A initializer that requires exact downSampling size.
/// A initializer that requires exact downsampling size.
///
/// - Parameters:
/// - url: a resource url which should be downsampled.
Expand Down

0 comments on commit cde94a9

Please sign in to comment.