Skip to content

Commit

Permalink
Merge pull request #75 from felixonmars/main-1
Browse files Browse the repository at this point in the history
Correct typos in NSImage+Extensions.swift
  • Loading branch information
igorkulman authored Aug 7, 2023
2 parents 63dd5d6 + d9fcca2 commit 8fa29bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ extension NSImage {
}

// Images loaded from file sometimes do not report the size correctly, see https://stackoverflow.com/questions/9264051/nsimage-size-not-real-size-with-some-pictures
// This can lead to artifcats produces bby resizing operations
// This can lead to artifacts produced by resizing operations
func adjustSize() {
// use the biggest sizes from all the representations https://stackoverflow.com/a/38523158/581164
size = representations.reduce(size) { size, representation in
Expand Down

0 comments on commit 8fa29bd

Please sign in to comment.