From 4c74e92911d7fd3b66cd9c673591e5dae1eb2752 Mon Sep 17 00:00:00 2001 From: Bayley Foster <43776524+apekros@users.noreply.github.com> Date: Fri, 10 Nov 2023 22:41:34 +1030 Subject: [PATCH] docs: fix typo (#3421) --- crates/egui/src/response.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/src/response.rs b/crates/egui/src/response.rs index 74652f40..a194a666 100644 --- a/crates/egui/src/response.rs +++ b/crates/egui/src/response.rs @@ -479,7 +479,7 @@ impl Response { /// Highlight this widget, to make it look like it is hovered, even if it isn't. /// - /// The highlight takes on frame to take effect if you call this after the widget has been fully rendered. + /// The highlight takes one frame to take effect if you call this after the widget has been fully rendered. /// /// See also [`Context::highlight_widget`]. pub fn highlight(mut self) -> Self {