summaryrefslogtreecommitdiffstats
path: root/runtime/src/multi_window/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/multi_window/state.rs')
-rw-r--r--runtime/src/multi_window/state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/multi_window/state.rs b/runtime/src/multi_window/state.rs
index 05036a07..49f72c39 100644
--- a/runtime/src/multi_window/state.rs
+++ b/runtime/src/multi_window/state.rs
@@ -201,7 +201,7 @@ where
(uncaptured_events, commands)
}
- /// Applies [`widget::Operation`]s to the [`State`]
+ /// Applies widget [`Operation`]s to the [`State`].
pub fn operate(
&mut self,
renderer: &mut P::Renderer,