ui: Fix comments

This commit is contained in:
Hajime Hoshi 2017-08-12 13:38:59 +09:00
parent 5adfababee
commit 2c7cfba863

2
run.go
View File

@ -186,7 +186,7 @@ func SetCursorVisibility(visible bool) {
ui.SetCursorVisibility(visible)
}
// IsScreen returns a boolean value indicating whether
// IsFullscreen returns a boolean value indicating whether
// the current mode is fullscreen or not.
//
// This function is concurrent-safe.