Skip to content

Commit

Permalink
Spelling update to frame.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaffia authored Dec 29, 2024
1 parent 2356ae8 commit 75b2dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/containers/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use epaint::{Color32, Margin, Rect, Rounding, Shadow, Shape, Stroke};
///
/// ## Dynamic color
/// 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| {
Expand Down

0 comments on commit 75b2dbb

Please sign in to comment.