Fix typo in interactive demo (#699)

This commit is contained in:
Lioness100 2022-08-03 08:09:06 -04:00 committed by GitHub
parent 551659dee3
commit f59221e1a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),