From 75b2dbbf1064e7796d65c2b5156278f7f43397e8 Mon Sep 17 00:00:00 2001 From: Tom Maffia Date: Sat, 28 Dec 2024 23:44:02 -0500 Subject: [PATCH] Spelling update to frame.rs --- crates/egui/src/containers/frame.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/containers/frame.rs b/crates/egui/src/containers/frame.rs index 432356a870f..cf1f5a3acc5 100644 --- a/crates/egui/src/containers/frame.rs +++ b/crates/egui/src/containers/frame.rs @@ -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| {