From a2386773a7aa946f8a9d3529cd621b4be48c07a3 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 3 Sep 2019 02:56:19 +0200 Subject: Improve wording in `UserInterface::build` --- 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 2efd831d..20c343eb 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 build our GUI application indefinitely: + /// is how we could start setting up our application loop: /// /// ```no_run /// use iced::{UserInterface, Cache}; -- cgit