Skip to content

Commit f59221e

Browse files
authored
Fix typo in interactive demo (#699)
1 parent 551659d commit f59221e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/interactive-demo/src/test/cursor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ where
113113
{
114114
execute!(w,
115115
cursor::MoveTo(0, 0),
116-
style::Print("Save position, print character else were, after three seconds restore to old position."),
116+
style::Print("Save position, print character elsewhere, after three seconds restore to old position."),
117117
cursor::MoveToNextLine(2),
118118
style::Print("Save ->[ ]<- Position"),
119119
cursor::MoveTo(8, 2),

0 commit comments

Comments
 (0)