Improve wording in UserInterface::build
This commit is contained in:
parent
1399647158
commit
a2386773a7
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ impl<'a, Message, Renderer> UserInterface<'a, Message, Renderer> {
|
||||||
/// # Example
|
/// # Example
|
||||||
/// Imagine we want to build a [`UserInterface`] for
|
/// Imagine we want to build a [`UserInterface`] for
|
||||||
/// [the counter example that we previously wrote](index.html#usage). Here
|
/// [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
|
/// ```no_run
|
||||||
/// use iced::{UserInterface, Cache};
|
/// use iced::{UserInterface, Cache};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue