Skip to content

Commit

Permalink
Fix typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 28, 2023
1 parent cb54206 commit 5cfb6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This release contains a simple and powerful image API:
// Load from web:
ui.image("https://www.example.com/some_image.png");

// Included image in the binary using `include_bytes`:
// Include image in the binary using `include_bytes`:
ui.image(egui::include_image!("../assets/ferris.svg"));

// With options:
Expand Down

0 comments on commit 5cfb6b3

Please sign in to comment.