Fix missing "is" in tour

This commit is contained in:
Héctor Ramón Jiménez 2019-10-08 03:23:51 +02:00
parent e82e96e6ad
commit e95e656fcd

View file

@ -282,8 +282,8 @@ impl<'a> Step {
fn welcome() -> Column<'a, StepMessage> { fn welcome() -> Column<'a, StepMessage> {
Self::container("Welcome!") Self::container("Welcome!")
.push(Text::new( .push(Text::new(
"This a simple tour meant to showcase a bunch of widgets that \ "This is a simple tour meant to showcase a bunch of widgets \
can be easily implemented on top of Iced.", that can be easily implemented on top of Iced.",
)) ))
.push(Text::new( .push(Text::new(
"Iced is a renderer-agnostic GUI library for Rust focused on \ "Iced is a renderer-agnostic GUI library for Rust focused on \