Some pull request post-processing.

This commit is contained in:
Oliver 2018-01-12 08:12:42 +01:00
parent f415a042fd
commit 7dd0754cc6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Demo code for unicode(chinese) support.
// Demo code for unicode support (demonstrates wide Chinese characters).
package main
import (
@ -33,7 +33,7 @@ func main() {
}
}
// alert show a message dialog
// alert shows a confirmation dialog.
func alert(pages *tview.Pages, id string, message string) *tview.Pages {
return pages.AddPage(
id,