Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Correct from NOE to NOTE
  • Loading branch information
c-git authored Jan 27, 2024
1 parent 50ce36a commit 9eddf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() -> eframe::Result<()> {
.with_inner_size([400.0, 300.0])
.with_min_inner_size([300.0, 220.0])
.with_icon(
// NOE: Adding an icon is optional
// NOTE: Adding an icon is optional
eframe::icon_data::from_png_bytes(&include_bytes!("../assets/icon-256.png")[..])
.unwrap(),
),
Expand Down

0 comments on commit 9eddf10

Please sign in to comment.