Fix various godoc comments

This commit is contained in:
Christian Rocha
2022-01-18 17:15:38 -05:00
parent 505a16d057
commit 091c915462
4 changed files with 17 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ const (
// seen for password fields on the command line.
EchoNone
// EchoOnEdit
// EchoOnEdit.
)
// blinkCtx manages cursor blinking.
@@ -234,7 +234,7 @@ func (m *Model) cursorStart() bool {
return m.setCursor(0)
}
// CursorEnd moves the cursor to the end of the input field
// CursorEnd moves the cursor to the end of the input field.
func (m *Model) CursorEnd() {
m.cursorEnd()
}