From e79c69de897d88323cb8fb8327706e6449719d1b Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 3 Sep 2019 04:49:58 +0200 Subject: Improve wording in `UserInterface::build` (2) --- src/user_interface.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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}; -- cgit