diff --git a/demos/presentation/textview.go b/demos/presentation/textview.go index 072c313..666dfe7 100644 --- a/demos/presentation/textview.go +++ b/demos/presentation/textview.go @@ -25,7 +25,7 @@ const textView1 = `[green]func[white] [yellow]main[white]() { time.[yellow]Sleep[white]([red]200[white] * time.Millisecond) } }() - app.[yellow]SetRoot[white](textView, true). + app.[yellow]SetRoot[white](textView, true). [yellow]Run[white]() }`