Merge branch 'master' into basic-renderer

This commit is contained in:
Héctor Ramón Jiménez 2019-10-08 03:25:47 +02:00
commit 1a93f0ef4a

View file

@ -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 \