diff options
Diffstat (limited to 'winit')
-rw-r--r-- | winit/src/application.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/src/application.rs b/winit/src/application.rs index 9d787933..9ae1364d 100644 --- a/winit/src/application.rs +++ b/winit/src/application.rs @@ -22,7 +22,7 @@ use std::mem::ManuallyDrop; /// An interactive, native cross-platform application. /// /// This trait is the main entrypoint of Iced. Once implemented, you can run -/// your GUI application by simply calling [`run`](#method.run). It will run in +/// your GUI application by simply calling [`run`]. It will run in /// its own window. /// /// An [`Application`] can execute asynchronous actions by returning a |