Skip to content

Commit

Permalink
Update icon.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Jul 24, 2024
1 parent 51faccd commit 860fe2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl fmt::Display for BadIcon {
width,
height,
} => write!(f,
"The specified dimensions multiplication overflow ({:?}x{:?}).",
"The specified dimensions multiplication has overflowed ({:?}x{:?}).",
width, height
),
BadIcon::OsError(e) => write!(f, "OS error when instantiating the icon: {:?}", e),
Expand Down

0 comments on commit 860fe2b

Please sign in to comment.