diff options
author | 2023-11-29 22:46:47 +0100 | |
---|---|---|
committer | 2023-11-29 22:46:47 +0100 | |
commit | 6740c2c5d6b24399dab1343abdfec5daf4b03c98 (patch) | |
tree | c890a5972b31b42d591acbeb17bd05fe4e685f54 /runtime/src/multi_window | |
parent | 7def3ee38a3f0f24a331d722b09f325fc9584625 (diff) | |
download | iced-6740c2c5d6b24399dab1343abdfec5daf4b03c98.tar.gz iced-6740c2c5d6b24399dab1343abdfec5daf4b03c98.tar.bz2 iced-6740c2c5d6b24399dab1343abdfec5daf4b03c98.zip |
Fix broken intra-doc links
Diffstat (limited to 'runtime/src/multi_window')
-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, |