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/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/window')
| -rw-r--r-- | runtime/src/window/action.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/window/action.rs b/runtime/src/window/action.rs index d631cee1..2a31bbd6 100644 --- a/runtime/src/window/action.rs +++ b/runtime/src/window/action.rs @@ -17,7 +17,7 @@ pub enum Action<T> {      Drag,      /// Spawns a new window.      Spawn { -        /// The settings of the [`Window`]. +        /// The settings of the window.          settings: Settings,      },      /// Resize the window.  | 
