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 37682901..fb02fdec 100644 --- a/winit/src/application.rs +++ b/winit/src/application.rs @@ -34,7 +34,7 @@ pub trait Application: Sized { type Flags; /// Initializes the [`Application`] with the flags provided to - /// [`run`] as part of the [`Settings`]: + /// [`run`] as part of the [`Settings`]. /// /// Here is where you should return the initial state of your app. /// |