summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-03 04:49:58 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-03 04:49:58 +0200
commite79c69de897d88323cb8fb8327706e6449719d1b (patch)
treebb032a9fe1a686d69667b6c7b5091db63394bfce /src
parenta2386773a7aa946f8a9d3529cd621b4be48c07a3 (diff)
downloadiced-e79c69de897d88323cb8fb8327706e6449719d1b.tar.gz
iced-e79c69de897d88323cb8fb8327706e6449719d1b.tar.bz2
iced-e79c69de897d88323cb8fb8327706e6449719d1b.zip
Improve wording in `UserInterface::build` (2)
Diffstat (limited to 'src')
-rw-r--r--src/user_interface.rs2
1 files changed, 1 insertions, 1 deletions
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};