docs: fix typo (#3421)
This commit is contained in:
parent
9ee6669f8f
commit
4c74e92911
|
|
@ -479,7 +479,7 @@ impl Response {
|
||||||
|
|
||||||
/// Highlight this widget, to make it look like it is hovered, even if it isn't.
|
/// 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`].
|
/// See also [`Context::highlight_widget`].
|
||||||
pub fn highlight(mut self) -> Self {
|
pub fn highlight(mut self) -> Self {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue