Fix typo in interactive demo (#699)
This commit is contained in:
parent
551659dee3
commit
f59221e1a2
@ -113,7 +113,7 @@ where
|
|||||||
{
|
{
|
||||||
execute!(w,
|
execute!(w,
|
||||||
cursor::MoveTo(0, 0),
|
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),
|
cursor::MoveToNextLine(2),
|
||||||
style::Print("Save ->[ ]<- Position"),
|
style::Print("Save ->[ ]<- Position"),
|
||||||
cursor::MoveTo(8, 2),
|
cursor::MoveTo(8, 2),
|
||||||
|
Loading…
Reference in New Issue
Block a user