docs: fix typos and improve comment clarity

This commit is contained in:
Glenn Gonda
2023-02-16 17:49:32 -05:00
committed by Christian Rocha
parent ee382285e7
commit 3d3ed883d3
15 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ func (m *Model) SetMode(mode Mode) tea.Cmd {
return nil
}
// BlinkCmd is an command used to manage cursor blinking.
// BlinkCmd is a command used to manage cursor blinking.
func (m *Model) BlinkCmd() tea.Cmd {
if m.mode != CursorBlink {
return nil