1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00

docs: fix typo (#3421)

This commit is contained in:
Bayley Foster
2023-11-10 22:41:34 +10:30
committed by GitHub
parent 9ee6669f8f
commit 4c74e92911

View File

@@ -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 {