Improve wording in UserInterface::build (2)
This commit is contained in:
parent
a2386773a7
commit
e79c69de89
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue