Skip to content

Commit

Permalink
Fix typo in user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
helmutbuhler authored and ocornut committed Oct 29, 2024
1 parent f156599 commit 33811aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5171,7 +5171,7 @@ void ShowUserGuide() {
ImGui::Indent();
ImGui::BulletText("Left-click drag on axis labels to pan an individual axis.");
ImGui::Unindent();
ImGui::BulletText("Scroll in the plot area to zoom both X any Y axes.");
ImGui::BulletText("Scroll in the plot area to zoom both X and Y axes.");
ImGui::Indent();
ImGui::BulletText("Scroll on axis labels to zoom an individual axis.");
ImGui::Unindent();
Expand Down

0 comments on commit 33811aa

Please sign in to comment.