summaryrefslogtreecommitdiffstats
path: root/runtime/src/window/action.rs
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/window/action.rs')
-rw-r--r--runtime/src/window/action.rs2
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.