diff options
-rw-r--r-- | src/user_interface.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user_interface.rs b/src/user_interface.rs index 20c343eb..2c7cbf82 100644 --- a/src/user_interface.rs +++ b/src/user_interface.rs @@ -32,7 +32,7 @@ impl<'a, Message, Renderer> UserInterface<'a, Message, Renderer> { /// # Example /// Imagine we want to build a [`UserInterface`] for /// [the counter example that we previously wrote](index.html#usage). Here - /// is how we could start setting up our application loop: + /// is naive way to set up our application loop: /// /// ```no_run /// use iced::{UserInterface, Cache}; |