From cde94a993ee6400b9f70d7fb72c371db0c732aed Mon Sep 17 00:00:00 2001 From: Fumiya Tanaka Date: Sun, 13 Oct 2024 10:11:07 +0900 Subject: [PATCH] refactor: spelling (#13) --- .gitignore | 1 + .vscode/settings.json | 6 ++++++ Sources/AsyncDownSamplingImage/AsyncDownSamplingImage.swift | 4 ++-- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 3b29812..d82ac96 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ DerivedData/ .swiftpm/config/registries.json .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata .netrc +.index-build/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..cdda601 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "cSpell.words": [ + "downsample", + "downsampling", + ] +} \ No newline at end of file diff --git a/Sources/AsyncDownSamplingImage/AsyncDownSamplingImage.swift b/Sources/AsyncDownSamplingImage/AsyncDownSamplingImage.swift index 4726a05..680c39e 100644 --- a/Sources/AsyncDownSamplingImage/AsyncDownSamplingImage.swift +++ b/Sources/AsyncDownSamplingImage/AsyncDownSamplingImage.swift @@ -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: /// @@ -92,7 +92,7 @@ public struct AsyncDownSamplingImage