Skip to content

Commit

Permalink
Fix typo (#124)
Browse files Browse the repository at this point in the history
Correct from NOE to NOTE
  • Loading branch information
c-git authored Mar 11, 2024
1 parent 02ee968 commit d168539
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 d168539

Please sign in to comment.