diff options
Diffstat (limited to 'runtime/src/multi_window/state.rs')
-rw-r--r-- | runtime/src/multi_window/state.rs | 2 |
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, |