summaryrefslogtreecommitdiffstats
path: root/examples/tour.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-08 03:25:47 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-08 03:25:47 +0200
commit1a93f0ef4a669f37654efcf2102a9d59ada34f9e (patch)
tree5d09dbb15dd5ffc758c3741143df654477f58e72 /examples/tour.rs
parent10e10e5e06841574425d2633f1c2916733f7b4ff (diff)
parente95e656fcd780264f7a3c9a2ba3d0bd471d4894e (diff)
downloadiced-1a93f0ef4a669f37654efcf2102a9d59ada34f9e.tar.gz
iced-1a93f0ef4a669f37654efcf2102a9d59ada34f9e.tar.bz2
iced-1a93f0ef4a669f37654efcf2102a9d59ada34f9e.zip
Merge branch 'master' into basic-renderer
Diffstat (limited to 'examples/tour.rs')
-rw-r--r--examples/tour.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tour.rs b/examples/tour.rs
index 96590c0e..542efc66 100644
--- a/examples/tour.rs
+++ b/examples/tour.rs
@@ -304,8 +304,8 @@ impl<'a> Step {
fn welcome() -> Column<'a, StepMessage> {
Self::container("Welcome!")
.push(Text::new(
- "This a simple tour meant to showcase a bunch of widgets that \
- can be easily implemented on top of Iced.",
+ "This is a simple tour meant to showcase a bunch of widgets \
+ that can be easily implemented on top of Iced.",
))
.push(Text::new(
"Iced is a renderer-agnostic GUI library for Rust focused on \