Skip to content

Commit

Permalink
Fix typo in interactive demo (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lioness100 committed Aug 3, 2022
1 parent 551659d commit f59221e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/interactive-demo/src/test/cursor.rs
Expand Up @@ -113,7 +113,7 @@ where
{
execute!(w,
cursor::MoveTo(0, 0),
style::Print("Save position, print character else were, after three seconds restore to old position."),
style::Print("Save position, print character elsewhere, after three seconds restore to old position."),
cursor::MoveToNextLine(2),
style::Print("Save ->[ ]<- Position"),
cursor::MoveTo(8, 2),
Expand Down

0 comments on commit f59221e

Please sign in to comment.