Skip to content

Commit

Permalink
fix: example typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Feb 19, 2025
1 parent 127704e commit 8b76cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/diagnostics/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fn update_scene_count_ui(
};

text.0 = format!(
"Total scenes: {}\nTotal segments: {}",
"Total scenes: {}\nTotal path segments: {}",
scene_count.value, path_segs_count.value
);
}

0 comments on commit 8b76cac

Please sign in to comment.