Fix missing "is" in tour
This commit is contained in:
parent
e82e96e6ad
commit
e95e656fcd
1 changed files with 2 additions and 2 deletions
|
|
@ -282,8 +282,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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue