Fix minor typo

This commit is contained in:
Tom Maffia 2024-12-29 05:25:51 -05:00 committed by GitHub
parent 2356ae8819
commit 13676ea35f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ use epaint::{Color32, Margin, Rect, Rounding, Shadow, Shape, Stroke};
/// ///
/// ## Dynamic color /// ## Dynamic color
/// If you want to change the color of the frame based on the response of /// If you want to change the color of the frame based on the response of
/// the widget, you needs to break it up into multiple steps: /// the widget, you need to break it up into multiple steps:
/// ///
/// ``` /// ```
/// # egui::__run_test_ui(|ui| { /// # egui::__run_test_ui(|ui| {