Improve wording in UserInterface::build (2)

This commit is contained in:
Héctor Ramón Jiménez 2019-09-03 04:49:58 +02:00
parent a2386773a7
commit e79c69de89

View file

@ -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};