Skip to content

Commit

Permalink
Merge pull request #10 from skade/patch-1
Browse files Browse the repository at this point in the history
Fix typo in app: "arround -> around"
  • Loading branch information
wucke13 authored Mar 15, 2024
2 parents 1bb1e10 + b7215da commit 7eab3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advisory_viewer/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ impl eframe::App for TemplateApp {
.striped(true)
.show(ui, |ui| {
let hints = [
("Left-Click + Mousedrag", "move the plot arround"),
("Left-Click + Mousedrag", "move the plot around"),
("Mousewheel", "move plot vertical"),
("Mousewheel + Shift", "move plot horizontally"),
("Mousehweel + Control", "zoom plot in/out"),
Expand Down

0 comments on commit 7eab3cf

Please sign in to comment.